Excel macros

D

DaveBee

I would like to run the same macro from a button I copy on to a series of new
worksheets (created by VBA) within the same workbook.
I have no problem creating the new worksheets and the new button in VBA but
can't attach the new button to the macro.
Is this possible?
 
D

Don Guillett

A simple button
view>toolbars>forms>click on and drag the button to your sheet>assign the
macro
 
Top