Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA Memory jog!

When using Excel 4 I was able to take a VB snap shot of the users screen
setup options and then reinstate them when exiting from my workbook,
but I forget how. I'm now using Excel (Office XP) and need to perform
the same actions on some new workbooks, can anyone help?

Gary J



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default VBA Memory jog!

You need to read setup options (depending on which ones your macro
changes) on starting the macro and reset them at the end.
eg. Start : MyCalc=Application.Calculation, Finish :
Application.Calculation =MyCalc


Regards
BrianB
===========================================


Gary J wrote in message ...
When using Excel 4 I was able to take a VB snap shot of the users screen
setup options and then reinstate them when exiting from my workbook,
but I forget how. I'm now using Excel (Office XP) and need to perform
the same actions on some new workbooks, can anyone help?

Gary J



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

Reply
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
XL 2007 - Out of Memory - memory leak/bug? PCLIVE Excel Discussion (Misc queries) 0 March 23rd 09 03:31 PM
VBA memory Jeff Excel Discussion (Misc queries) 1 September 14th 06 05:51 PM
Not Enough Memory Adam Excel Discussion (Misc queries) 9 August 31st 05 12:35 PM
Vba Memory billy2willy Excel Discussion (Misc queries) 2 August 17th 05 12:13 AM
Out of Memory Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 4 June 1st 05 01:07 AM


All times are GMT +1. The time now is 09:40 AM.

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

About Us

"It's about Microsoft Excel"