Hi all,
I am trying to writing a Workbook_BeforeSave event procedure to handle files
with external links. However, Excel's own prompt (Save "Bookx" with
reference to unsaved documents?) always pre-empts the event procedure
whenever external links exist in the workbook to be saved.
I want to know if there are ways to intercept such prompt in the BeforeSave
event procedure. Thanks a lot.
Frederick Chow
Hong Kong
Henrich - 23 Mar 2006 09:21 GMT
Hi, you don't want to be prompt to save the files? If yes then:
'your code
Application.DisplayAlerts = False
'your code
Henrich
„Frederick Chow" napísal (napísala):
> Hi all,
>
[quoted text clipped - 8 lines]
> Frederick Chow
> Hong Kong