Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default "Minor loss of fidelity"

I've written a VBA program to open a series of files,fix them, and save and
close them. I'd like to do this without having to sit in front of the
computer, but before it saves the file it opens up a window telling me that
there will be a "minor loss of fidelity" if it's saved. The original files
were written in Excel 2003 and I'm now using Excel 2007, and the colors are
the problem. But I don't care; I want to run the program and just save them
as is. Is there any way I can turn off the "minor loss of fidelity" warning?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default "Minor loss of fidelity"

I believe that
Application.DisplayAlerts = False
just before your Save action should keep that from showing up. After the
save re-enable them with
Application.DisplayAlerts = True


"MikeM" wrote:

I've written a VBA program to open a series of files,fix them, and save and
close them. I'd like to do this without having to sit in front of the
computer, but before it saves the file it opens up a window telling me that
there will be a "minor loss of fidelity" if it's saved. The original files
were written in Excel 2003 and I'm now using Excel 2007, and the colors are
the problem. But I don't care; I want to run the program and just save them
as is. Is there any way I can turn off the "minor loss of fidelity" warning?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default "Minor loss of fidelity"

Thnaks!! That did it.

Mike

"JLatham" wrote:

I believe that
Application.DisplayAlerts = False
just before your Save action should keep that from showing up. After the
save re-enable them with
Application.DisplayAlerts = True


"MikeM" wrote:

I've written a VBA program to open a series of files,fix them, and save and
close them. I'd like to do this without having to sit in front of the
computer, but before it saves the file it opens up a window telling me that
there will be a "minor loss of fidelity" if it's saved. The original files
were written in Excel 2003 and I'm now using Excel 2007, and the colors are
the problem. But I don't care; I want to run the program and just save them
as is. Is there any way I can turn off the "minor loss of fidelity" warning?

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
loss of fidelity error when saving excel work book Demetri GOlfos Excel Discussion (Misc queries) 1 April 13th 07 02:03 AM
loss of fidelity error when saving excel work book Demetri GOlfos[_2_] Excel Worksheet Functions 0 April 12th 07 07:44 PM
loss of fidelity message jon dougal Excel Worksheet Functions 2 February 14th 07 03:06 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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