Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a macro which selects data from a particular tab within excel. It pastes this data into a new sheet and saves this as a text file. The problem I have is that messages pop requesting confirmation to sav etc. I would like to get rid of these messages. Any suggestions -- lorcanj ----------------------------------------------------------------------- lorcanjc's Profile: http://www.excelforum.com/member.php...nfo&userid=316 View this thread: http://www.excelforum.com/showthread.php?threadid=26810 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
H
use .... application.displayalerts=false 'your saving code application.displayalerts=true .... -----Original Message----- I have a macro which selects data from a particular tab within excel. It pastes this data into a new sheet and saves this as a text file. The problem I have is that messages pop requesting confirmation to save etc. I would like to get rid of these messages. Any suggestions? -- lorcanjc ---------------------------------------------------------- -------------- lorcanjc's Profile: http://www.excelforum.com/member.php? action=getinfo&userid=3160 View this thread: http://www.excelforum.com/showthread...hreadid=268107 . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To suppress pop-ups of this nature, enclose your code in
these lines: Application.Displayalerts=False .... Application.Displayalerts=True Cheers, Pete -----Original Message----- I have a macro which selects data from a particular tab within excel. It pastes this data into a new sheet and saves this as a text file. The problem I have is that messages pop requesting confirmation to save etc. I would like to get rid of these messages. Any suggestions? -- lorcanjc ---------------------------------------------------------- -------------- lorcanjc's Profile: http://www.excelforum.com/member.php? action=getinfo&userid=3160 View this thread: http://www.excelforum.com/showthread...hreadid=268107 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel 2007 file in 2003 creates very large file | Excel Discussion (Misc queries) | |||
Getting "file corrupted" messages, started recently. | Excel Discussion (Misc queries) | |||
I get error messages in Excel cells once I save a file | Excel Worksheet Functions | |||
Messages after saving in sharerd workbooks | Excel Discussion (Misc queries) | |||
How do I stop Excel 2000 from saving file history from file that . | Excel Discussion (Misc queries) |