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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using App.LogEvent In VBA

Status
Not open for further replies.

whatisahandle

Programmer
Jul 26, 2001
18
CA
Hi,

Could someone tell if its possible to use the App object in VBA ?

I would like to log errors with App.LogEvent but the VBA compiler does recognize the App object. Is there another object that could be used instead ?

Thanks,

Chris
 
Try "Applicaction" vs. "App". But LogEvemt is not a Property or Method of the Ms. A. Object, so that must come from elsewhere.

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
So is there any way to write to the application log in VBA ?

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top