![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 16
|
I want to use VBA to save a workbook and I want it to automatically overwrite the existing box without me having to click in a dialog box everytime.... is there VBA code that will do an automatic overwrite when saving?
Thanks in advance! |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Sydney/Brisbane , Australia
Posts: 539
|
Application.DisplayAlerts = False
ActiveWorkbook.Save Application.DisplayAlerts = True |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|