View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default macro attached to command button - VBA form

Try calling that macro as below

Private Sub CommandButton1_Click()
Call Macroname
End Sub

--
Jacob


"Roy Gudgeon" wrote:

Hi

Can I attach a previously contrsucted Macro to a new cmd button placed on a
VBA user form ?

If so how ?
--
thanks
Roy