Гость
Целевая тема:
Создать новую тему:
Автор:
Форумы / Visual Basic [игнор отключен] [закрыт для гостей] / VB+Excel: saveAS? / 2 сообщений из 2, страница 1 из 1
27.01.2004, 08:00
    #32388514
Strobery
Гость
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
VB+Excel: saveAS?
У меня на листе 1 есть кнопка как при помощи
этой кнопки вызвать стандартную "микрософт офисную"
форму сохранить как?
...
Рейтинг: 0 / 0
27.01.2004, 11:29
    #32388765
Processor
Участник
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
VB+Excel: saveAS?
См 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
Форумы / Visual Basic [игнор отключен] [закрыт для гостей] / VB+Excel: saveAS? / 2 сообщений из 2, страница 1 из 1
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


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