powered by simpleCommunicator - 2.0.60     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Visual Basic [игнор отключен] [закрыт для гостей] / VB+Excel: saveAS?
2 сообщений из 2, страница 1 из 1
VB+Excel: saveAS?
    #32388514
Strobery
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
У меня на листе 1 есть кнопка как при помощи
этой кнопки вызвать стандартную "микрософт офисную"
форму сохранить как?
...
Рейтинг: 0 / 0
VB+Excel: saveAS?
    #32388765
Processor
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
См RTFM:
Dialog Object
Represents a built-in Microsoft Excel dialog box. The Dialog object is a member of the Dialogs collection. The Dialogs collection contains all the built-in dialog boxes in Microsoft Excel. You cannot create a new built-in dialog box or add one to the collection. The only useful thing you can do with a Dialog object is use it with the Show method to display the corresponding dialog box.

Using the Dialog Object

Use Dialogs(index), where index is a built-in constant identifying the dialog box, to return a single Dialog object. The following example runs the built-in Open dialog box (File menu). The Show method returns True if Microsoft Excel successfully opens a file; it returns False if the user cancels the dialog box.

dlgAnswer = Application.Dialogs(xlDialogOpen).Show
...
Рейтинг: 0 / 0
2 сообщений из 2, страница 1 из 1
Форумы / Visual Basic [игнор отключен] [закрыт для гостей] / VB+Excel: saveAS?
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]