button help

  • Thread starter Thread starter -Brian-H-
  • Start date Start date
B

-Brian-H-

I have a macro that executes correctly..but how do I get it to work thr
a button? the macro name is "job" and I tried the buttons click even
w/ code... "run.[job]
 
Hi Brian.

Choose/click the button icon from the Control box toolbar, when button appears, right click on it, view code, then copy paste your
original code into the new module.

Mathew
I have a macro that executes correctly..but how do I get it to work thru
a button? the macro name is "job" and I tried the buttons click event
w/ code... "run.[job]"
 
Brian,

You could add a button to a toolbar, and then simply assign your macro to
that button.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

Mathew said:
Hi Brian.

Choose/click the button icon from the Control box toolbar, when button
appears, right click on it, view code, then copy paste your
original code into the new module.

Mathew
I have a macro that executes correctly..but how do I get it to work thru
a button? the macro name is "job" and I tried the buttons click event
w/ code... "run.[job]"
 
Back
Top