Затыкается Macro

Программирование на Visual Basic for Applications
viny
Начинающий
Начинающий
 
Сообщения: 12
Зарегистрирован: 12.04.2005 (Вт) 14:57

Затыкается Macro

Сообщение viny » 27.10.2005 (Чт) 15:48

В Macro есть команда закрыть и открыть WorkBook :

ActiveWorkbook.Close SaveChanges:=True
Application.DisplayAlerts = False
Workbooks.Open Filename:= _
"S:\AAAAA\BBBB.xls", ReadOnly:=False, IgnoreReadOnlyRecommended:=True, Editable:=True
Windows("BBBB.xls").Activate


В основном всё работает ОК. но иногда выскакивает вопрос
Как открыть WorkBook?: "Write Enable" или "Cancel". и на этом вопросе Macro затыкается и ждёт ответа.
Как я могу избежать этого вопроса??

Заранее благодарен за ответы.

Gloom
Бывалый
Бывалый
Аватара пользователя
 
Сообщения: 200
Зарегистрирован: 23.11.2004 (Вт) 15:57
Откуда: СПб

Сообщение Gloom » 28.10.2005 (Пт) 11:07

Workbooks.Open Filename:= "...xls", ReadOnly:=False, Notify:=True
VBA Help:
Notify
Optional Variant.
If the file cannot be opened in read/write mode, this argument is True to add the file to the file notification list. Microsoft Excel will open the file as read-only, poll the file notification list, and then notify the user when the file becomes available. If this argument is False or omitted, no notification is requested, and any attempts to open an unavailable file will fail.


Вернуться в VBA

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 38

    TopList