command Button

F

Frank

When i create a commanded button on a sheet the macro
assign window does not open automaticly. (Excel 2000)
It starts a command line.
 
P

Peo Sjoblom

Are you using the button from the control toolbox toolbar as opposed to the
one
from the forms toolbar?
 
D

Dave Peterson

You can either put your code in that commandbutton1_click event or you can
delete that commandbutton and use one from the Forms toolbar.
 
Top