there's no assign macro option for command buttons??

  • Thread starter Thread starter frustrated
  • Start date Start date
F

frustrated

there used to be an assign macro option when right-clicking on command button
that's been created - can't see it. is there something that needs to switched
on? options? preferences?

using 2003 ed.
 
Hi,

That feature applies only to command buttons created with the Form toolbar,
most likely you have a Control Toolbox command button. In that case
double-click the command button and you will find yourself on a code sheet
inside the CommandButton_Click subroutine where you can write your code or
call code from a previously created macro, or copy that code to here.

If this helps, please click the Yes button

cheers,
Shane Devenshire
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top