Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / May 2008

Tip: Looking for answers? Try searching our database.

workbook / worksheet change event

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeff - 09 May 2008 15:55 GMT
Is it possible to use the act of navigating to a different worksheet as an
event in VBA programming?  For instance, if I had a workbook with multiple
worksheets, and the primary sheet that is displayed when the workbook is
opened is called "setup", I want to make sure that you cannot navigate to or
view any other worksheets until all necessary changes are made to the setup
worksheet.
Gary''s Student - 09 May 2008 16:12 GMT
Use the worksheet Change event on the "setup" worksheet to set or clear a
global navagate_allowed flag.

Use the worksheet Activate event on all other worksheets to check the flag
and kick the user back to "setup" if the flag is False.
Signature

Gary''s Student - gsnu200785

> Is it possible to use the act of navigating to a different worksheet as an
> event in VBA programming?  For instance, if I had a workbook with multiple
> worksheets, and the primary sheet that is displayed when the workbook is
> opened is called "setup", I want to make sure that you cannot navigate to or
> view any other worksheets until all necessary changes are made to the setup
> worksheet.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.