ClickMe

  • Thread starter Thread starter Jim Bunton
  • Start date Start date
J

Jim Bunton

I've drawn a button - ClickMe on a work sheet
and written a little code for it.
[I am used to vb code in the Access environment]

NOW!! how do I make the button user clickable please?
 
If your button is from the Forms tool bar, right click the button and click
assign macro, then click on the macro name for the code you wrote.

If your button is from the Control Toolbox, you will need to enter design
mode by pressing Alt + F11 to open the VB editor. Then click the design icon
and right click the button, select view code and enter your code in the click
event of the button.
 
Hi Jim

You have to exit design mode.

The "Exit Design Mode" button is found on the control toolbox menu.

Regards,
Per
 

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