N
NilovSerge
Hallo!
If in VBA OutLook exist functions or class for choosing files on disk
like FileOpen...
In a book on VBA I found example :
Dim Fd As FileDialog ' GET ERROR "Compile Error: User defined type
not defined"
...
set Fd= Application.FileDialog( msoFileDialogFilePicker )
...
and it was written that class FileDialog works in all apps of Office
I use Office 2000 What is the matter? Maybe I need to check some
library in "Tools/References..." ?
If in VBA OutLook exist functions or class for choosing files on disk
like FileOpen...
In a book on VBA I found example :
Dim Fd As FileDialog ' GET ERROR "Compile Error: User defined type
not defined"
...
set Fd= Application.FileDialog( msoFileDialogFilePicker )
...
and it was written that class FileDialog works in all apps of Office
I use Office 2000 What is the matter? Maybe I need to check some
library in "Tools/References..." ?