Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateEventProc Problem

Status
Not open for further replies.

JesseH

MIS
Aug 9, 2001
63
US
I have written Excel VBA code within access. It works fine. The event is created using => x = cm.CreateEventProc("Activate", "Worksheet"). The problem is that I need it to be launched when the worksheet is opened. I have tried => x = cm.CreateEventProc("Open", "Worksheet"). That does not work.

Any ideas?

Thanks in advance for the help.

JesseH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top