Apr 2, 2004 #1 gc1234 Programmer Joined Mar 4, 2004 Messages 94 Location GB Hi How do i create a control button so i can assign it to a modlue sub function? I've created the button but the option assign macro is not available
Hi How do i create a control button so i can assign it to a modlue sub function? I've created the button but the option assign macro is not available
Apr 2, 2004 #2 WAHMom Programmer Joined Dec 11, 2002 Messages 30 Location US Can you just double click your newly created button and get the "Assign Macro" box? That works for me in Excel 2003. Upvote 0 Downvote
Can you just double click your newly created button and get the "Assign Macro" box? That works for me in Excel 2003.
Apr 2, 2004 Thread starter #3 gc1234 Programmer Joined Mar 4, 2004 Messages 94 Location GB Well, I paint a button on the screen and do not get that option>>? Upvote 0 Downvote
Apr 2, 2004 #4 bluedragon2 IS-IT--Management Joined Jan 24, 2003 Messages 2,642 Location US In design mode, right click on the button and choose view code. You can put your code there or call another piece of code. [Blue]Blue[/Blue] [Dragon] If I wasn't Blue, I would just be a Dragon... Upvote 0 Downvote
In design mode, right click on the button and choose view code. You can put your code there or call another piece of code. [Blue]Blue[/Blue] [Dragon] If I wasn't Blue, I would just be a Dragon...
Apr 2, 2004 Thread starter #5 gc1234 Programmer Joined Mar 4, 2004 Messages 94 Location GB mmmmh, I'll give it a whirl, surely that would open the code for that sheet would it not? Upvote 0 Downvote
Apr 2, 2004 4 #6 Corgano Technical User Joined Oct 7, 2003 Messages 82 Location US There are two toolbars to get a button from. Forms and Control Toolbox. The "Forms" button will allow you to assign a macro, the "Control Toolbox" button won't. I'm betting this is the source of your problems! Goodluck! Upvote 0 Downvote
There are two toolbars to get a button from. Forms and Control Toolbox. The "Forms" button will allow you to assign a macro, the "Control Toolbox" button won't. I'm betting this is the source of your problems! Goodluck!
Apr 5, 2004 Thread starter #7 gc1234 Programmer Joined Mar 4, 2004 Messages 94 Location GB I seeeeeeeeeeee., thxs Upvote 0 Downvote