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

Application.Interactive and Uninterrupted VBA code

Status
Not open for further replies.

tmktech

MIS
Oct 3, 2002
78
US
I am not having success with "Application.Interactive = False" as a means to prevent Excel VBA code from being interrupted by the user (i.e. {ESC}) . I've also used the .Onkey method to set the {ESC} key procedure to null.

This occurs in both 2000 and XP.

I have looked for other actions which may be implicitly resetting the .Interactive method back to true, but have not identified any.

Is there a (better) way to acheive this?

Thanks in advance for any help!
 
Hey all. I got my answer i a reply to another thread. Thans Mike and Justin!

TMK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top