Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I was wondering how to get the filename (as opposed to opening the file) from an excel built in dialog box. I can do it in word but the same commands don't apply in excel vba. Thanks Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
fname = Application.GetOpenFileName( see help for arguments)
Shows the file open dialog, and returns the selected file(s) names as a string ( or array, multiselect:=true) without opening the file. Also Application.GetSaveAsFilename -- Regards, Tom Ogilvy "Steven Revell" wrote in message ... Hi, I was wondering how to get the filename (as opposed to opening the file) from an excel built in dialog box. I can do it in word but the same commands don't apply in excel vba. Thanks Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Built-in Dialog Box Argument Button | Excel Discussion (Misc queries) | |||
Template with built-in help file | Excel Discussion (Misc queries) | |||
Prompt user to select file with default file selected dialog | Excel Programming | |||
Prompt user to select file with default file selected dialog | Excel Programming | |||
Built-in file dialog question | Excel Programming |