You could create a command button that runs the code associated with each of
the other command buttons.
For example, when you click the command button labeled "Combined" it runs
the following code (we'll assume that the first command button runs code
called "commandbutton1", the second one runs "commandbutton2", etc.)
public sub combined()
commandbutton1
commandbutton2
commandbutton3
end sub