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
Question about Exchange 2010 mailbox move.
Linux/php serial port read - How to stop fread() waiting forever if no new data?
Is it possible to mirror two physical disks?
Dot Net IL Code to C# conversion
Why RTRIM so slow on UPDATE
E72 - Opear Mobile 10 crashes after loading more than one page
IE8 annoying advertising popups on double underlined links in webpages
setting month and year in jquery monthpicker plugin
My Computer prints Very Tiny on Fresh Install
How do I parse a KML with VB.NET