Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im trying to browse files using a command button in Excel. So far I hav
used the code Dim FName As Variant FName = Application.GetOpenFilename("Access Files (*.mdb),*.mdb") If FName = "" Then ' user clicked cancel Else MsgBox FName End If And I would like to know where do I go from her -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Browse File for Mac | Excel Discussion (Misc queries) | |||
Excel needs BROWSE in tools-options-general-default file location | Setting up and Configuration of Excel | |||
Need to browse 100's of file TITLES in Excel 2000 | Excel Discussion (Misc queries) | |||
excel vba browse file | Excel Programming | |||
File Browse Box | Excel Programming |