Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
isabelle presented the following explanation :
i can not verify this, if you will do the test Dim fd As FileDialog, ffs As FileDialogFilters Set fd = Application.FileDialog(msoFileDialogSaveAs) With fd Set ffs = .Filters("PDF Files (*.pdf), *.pdf") End With anotherway with Common Dialog Control http://access.mvps.org/access/api/ap...pi/api0001.htm Common Dialog Control is no longer supported/provided as of Win 6.x and so would have to be shipped and registered to all machines using the project if the ocx was not present. I'd stick with using Application.FileDialog()! -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Button to copy, save a sheet in a new file | Excel Programming | |||
Button to copy, save a sheet in a new file | Excel Programming | |||
Cancel Button on file save | Excel Programming | |||
Save as new file command button | Excel Programming | |||
Browse Button for File Save | Excel Programming |