Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Application.GetOpenFilename. E.g.,
Dim FName As Variant FName = Application.GetOpenFilename("Excel Files (*.xls),*.xls") If FName = False Then ' user clicked cancel Else MsgBox FName End If -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "jazzy " wrote in message ... I am trying to find a way to get a command button in excel to browse through files so you can pick the file you want to open when you click on it. --- 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 | |||
can't browse file | Excel Discussion (Misc queries) | |||
Need to browse 100's of file TITLES in Excel 2000 | Excel Discussion (Misc queries) | |||
File Browse Box | Excel Programming |