Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, i wish to remove the prompt question message when i use the save as
method because the file already exist and i know i could replace it. regards Greg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = False
ActiveWorkbook.SaveAs ........... Application.DisplayAlerts = True If this post helps click Yes --------------- Jacob Skaria "sharpegreg" wrote: Hi all, i wish to remove the prompt question message when i use the save as method because the file already exist and i know i could replace it. regards Greg |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry useless message.
"sharpegreg" wrote: Hi all, i wish to remove the prompt question message when i use the save as method because the file already exist and i know i could replace it. regards Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
close workbook without saving or promt to save | Excel Discussion (Misc queries) | |||
How do I have excel not promt me to save when I close a document? | Excel Programming | |||
Is there any method to remove... | Excel Programming | |||
Why system asks me to save change even after I call save method(VB.NET) | Excel Programming | |||
How to promt users to save their work? | Excel Programming |