Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
i have a macro script and i want to run this macro with a button , how should i do it ?
i add button under Action i select "Run macro" , now what ? where should i copy the macro script ?
what is "macro name " .
thank you
Open Application->Ctrl+M, you get to place your code. Your code should be something like : Sub test() --- End Sub.
Now in the macro name, you have to type test.
Go to Action tab of Button Properties
Add
External
Run Macro
OK
Macro Name : Type Name of Macro You want to RUN
Hi
thank you
but where should i copy the script of the macro ? where i create my macro ?
in the editor ?
Press CTRL + M...
Sorry but I don't know the "Module Password"
It would have been great, if I knew.
Tools / Module edit
then you have to write vbscript or java script code to create macro
good luck