LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.crashesgpfs,microsoft.public.excel.programming
external usenet poster
 
Posts: 360
Default Save to CSV macro crashes Excel 2003

Change:

Cleanup:
With Application
* * .DisplayAlerts = True
* * .EnableEvents = True
* * .ScreenUpdating = False
End With

to

Cleanup:
With Application
.DisplayAlerts = True
.EnableEvents = True
.ScreenUpdating = true
End With
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 crashes when perform SAVE AS to Excel 97-2003 Bagia Excel Discussion (Misc queries) 0 May 20th 09 04:21 AM
Save to CSV macro crashes Excel 2003 Scott Bass Excel Programming 0 June 22nd 08 03:38 AM
Print macro Excel 2003 used to work, now crashes Kate[_5_] Excel Programming 1 June 18th 08 07:34 PM
Macro misteriously crashes Excel 2007 - but not 2003 [email protected] Excel Programming 2 November 13th 07 01:15 PM
Network Macro Crashes (cannot Save 'read-only' File) Chuckles123[_120_] Excel Programming 0 May 12th 06 04:52 AM


All times are GMT +1. The time now is 03:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"