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

When I save my workbook - which has a pivot table - I get
the message "All pending GetData or RefreshDate commands
have been completed".
I need to update and save this workbook via VBA, so I
can't have that message popping up, preventing the
workbook from being saved.
How do I let Excel know that the workbook is in fact ready
to save and close?
Thanks for your help!!!

-Dave
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default message when saving workbook

Dave,

Don't use pivot tables myself, but try adding

Application.DisplayAlerts = False

before your code, and reset at the end.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"DaveWallace" wrote in message
...
When I save my workbook - which has a pivot table - I get
the message "All pending GetData or RefreshDate commands
have been completed".
I need to update and save this workbook via VBA, so I
can't have that message popping up, preventing the
workbook from being saved.
How do I let Excel know that the workbook is in fact ready
to save and close?
Thanks for your help!!!

-Dave



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default message when saving workbook

HTH,
Thanks for the suggestion.
I tried it , but the message still comes up.
Any further ideas?
Thanks!

-Dave

-----Original Message-----
Dave,

Don't use pivot tables myself, but try adding

Application.DisplayAlerts = False

before your code, and reset at the end.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"DaveWallace" wrote in

message
...
When I save my workbook - which has a pivot table - I

get
the message "All pending GetData or RefreshDate commands
have been completed".
I need to update and save this workbook via VBA, so I
can't have that message popping up, preventing the
workbook from being saved.
How do I let Excel know that the workbook is in fact

ready
to save and close?
Thanks for your help!!!

-Dave



.

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
Error Message when saving a worksheet pandadoo New Users to Excel 1 August 21st 09 08:53 PM
Saving workspaces (.xlw) Get error message KatCook Excel Worksheet Functions 1 July 17th 09 06:13 AM
error message when saving excel workbook Deb Excel Discussion (Misc queries) 1 October 5th 05 08:26 PM
.csv incompatible message after saving smoker Excel Worksheet Functions 1 October 5th 05 04:28 PM
warning or message before saving spreadsheet MissM Excel Worksheet Functions 3 June 1st 05 05:18 PM


All times are GMT +1. The time now is 04:50 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"