Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-04-2014, 03:09 AM
macropod's Avatar
macropod macropod is offline Before_Close event and hiding sheet Windows 7 32bit Before_Close event and hiding sheet Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,521
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Aside from any issues to do with making the Workbook_BeforeClose macro work correctly, what would probably be a better approach is to intercept the workbook's Save event, via a Workbook_BeforeSave macro. That way, you can:
(a) capture the current visibility state for your worksheet;


(b) hide the worksheet;
(c) save;
(d) restore the pre-save visibility; and, finally
(e) set .Saved = True
That way, you don't need a Workbook_BeforeClose macro, since what's saved will always have the hidden setting (i.e. users will be unable to save the workbook with the sheet visible, even though they may be able to see it).
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #2  
Old 05-04-2014, 03:42 AM
NobodysPerfect NobodysPerfect is offline Before_Close event and hiding sheet Windows 7 64bit Before_Close event and hiding sheet Office 2010 32bit
Competent Performer
Before_Close event and hiding sheet
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default

Hi Paul,

maybe that's a good workaround: as soon as my new notebook is set up, I'll try it.

Thanks
NP
Reply With Quote
  #3  
Old 05-09-2014, 12:51 AM
NobodysPerfect NobodysPerfect is offline Before_Close event and hiding sheet Windows 7 64bit Before_Close event and hiding sheet Office 2010 32bit
Competent Performer
Before_Close event and hiding sheet
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default

Hi Paul,

PROBLEM SOLVED!

Thanks for the 'Before_Save' workaround
(... although, I'd really like to understand why the Before_Close doesnt work ...)

Cheers
NP
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Before_Close event and hiding sheet From an XL sheet ,how to keep the group of columns which match with other XL sheet Zubairkhan Excel 2 03-04-2014 10:57 PM
sheet 2 data highlight in sheet 1 gsrikanth Excel 1 04-21-2012 06:25 PM
Before_Close event and hiding sheet Construct a summary sheet by summing up from one or more than one sheet. PRADEEPB270 Excel 1 11-04-2011 03:46 AM
Hiding text Reg06 Visio 0 01-15-2011 08:04 AM
copy cell from sheet 2 to sheet 3 macro slipperyjim Excel Programming 1 02-18-2010 01:31 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:21 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft