Hyperlink to Macro

G

Guest

How do I hyperlink to a macro. I have the hyperlink on a form. The macro is
in Macro1 and it name is RunCensus.

I have tryed all sorts of combinations in the Subaddress fields. I figured
it would be:

Macro Macro1 RunCensus

But it fails. Plz help!
 
D

Douglas J. Steele

I'm unaware of anyway to do this. Try using the OnClick event of a button or
label.
 
G

Guest

uSED THE ONCLICK. ENDING UP ADDING THE # SIGN TO THE ADRESS PROPERTY TO GET
IT TO WORK.

ONE FOR MS TO WORK ON.
 
A

And

Try the following:

1- Click on the properties of your object

2- Go to the Hyperlink SubAdress Property and click in the three dots on
the right of it.

3- Click on the cross before the macros

4- Select the macro you want and press ok

(Don't put anything in the Hyperlink Address)



This should solve your problem

If you find any problem please reply
 

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

Top