Microsoft
Software
Hardware
Network
Question : Excel 2010 - Workbook_Close()
I am trying to use the following code in 'ThisWorkbook'. The problem I am having is that it is not running the code on closing the workbook. I am just getting the normal do you wish to save changes question, which I always get, and the code below appears to be being ignored as it is not saving and not resorting.
Private Sub Workbook_Close()
ActiveSheet.Range("$A$1:$S
$2964").Au
toFilter Field:=1
ActiveWorkbook.Save
End Sub
Anyone?
Answer : Excel 2010 - Workbook_Close()
Try the BEFORE CLOSE event.
Scott C
Random Solutions
Diffrence between debug & release versions
Excel 2007 Can Not Display Images From Web
Basic php/mysql questions
Mysql Query to select from two tables
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
Roaming Profiles in Windows 7 Pro and SBS 2008
New Hire Workflow in WSS
How can you search e-mail within Outlook 2010 and not use the index?
How do I use the Windows XP installation disc to replace missing system files?
jQuery Autocomplete with PHP / MySQL [PART 2]