I am trying to create a command button on a form that will open the Insert Hyperlink dialogue box with a single click. The event 'On Click' is set to Hyperlink.
I created a macro and named it Hyperlink.
I made the action of the macro, RunCommand; and made the command, InsertHyperlink.
The text box next to the command button has no format since it will be displaying the hyperlink.
The problem: When I click the command button I get a message box stating "The command or action 'InsertHyperlink' isn't available now." And then more below that.
After I click OK the Action Failed box comes up and I get:
Macro Name: Hyperlink
Condition: True
Action Name: Run Command
Arguments: 259
How do I make the command button work properly? Thanks
I created a macro and named it Hyperlink.
I made the action of the macro, RunCommand; and made the command, InsertHyperlink.
The text box next to the command button has no format since it will be displaying the hyperlink.
The problem: When I click the command button I get a message box stating "The command or action 'InsertHyperlink' isn't available now." And then more below that.
After I click OK the Action Failed box comes up and I get:
Macro Name: Hyperlink
Condition: True
Action Name: Run Command
Arguments: 259
How do I make the command button work properly? Thanks