Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i got a macro to save as a workbook. it needs to overright an excisting
one. how do i get it not to ask/say i am about to overight? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this:
Before your save code: Application.DisplayAlerts = False After your save code: Application.DisplayAlerts = True HTH, Paul "pswanie" wrote in message ... i got a macro to save as a workbook. it needs to overright an excisting one. how do i get it not to ask/say i am about to overight? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.DisplayAlerts = False
Activeworkbook.SaveAs . . . Application.DisplayAlerts = True -- Regards, Tom Ogilvy "pswanie" wrote: i got a macro to save as a workbook. it needs to overright an excisting one. how do i get it not to ask/say i am about to overight? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save file with different name and dont update the links when opened again | Excel Discussion (Misc queries) | |||
Save file with different name and dont update the links when opened again | Excel Discussion (Misc queries) | |||
Save file with different name and dont update the links when opened again | Excel Discussion (Misc queries) | |||
After Save Event - Confirm | Excel Programming | |||
how to cancell my own name on excel file ? | Excel Discussion (Misc queries) |