Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default recalculation - saving

each time my macro copies a cell from one workbook to
another workbook, excel saves both files. Is there a way
to stop this type of saving activity???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default recalculation - saving

Paul

Don't really understand, but if you are trying to not save the originating
workbook then either (Psuedo code)

The first closes it without saving, the second marks it as saved (Clean) and
therefore you don't get asked.

Workbooks("Originating").Close SaveChanges:=False

OR

Workbooks("Originating").Saved = True

If you are simply looking to not display the dialogs. (Excel will take the
default decision) then

Application.DisplayAlerts = False

and switch to True before *any possible* exit

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Paul" wrote in message
...
each time my macro copies a cell from one workbook to
another workbook, excel saves both files. Is there a way
to stop this type of saving activity???



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default recalculation - saving

Try posting your code. If we can't see you code we can't answer your
question

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
Recalculation Lpoffe Excel Worksheet Functions 0 October 2nd 09 06:06 PM
recalculation shmilo Excel Discussion (Misc queries) 1 February 13th 07 02:40 PM
Recalculation workerboy Excel Worksheet Functions 3 May 15th 06 06:14 PM
Recalculation R Ormerod Excel Discussion (Misc queries) 5 March 19th 06 08:54 AM
Too much recalculation Diane Meade[_2_] Excel Programming 2 May 26th 04 07:19 PM


All times are GMT +1. The time now is 11:41 PM.

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"