Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like this VBA - OpenExcelFile
to Open the Directory c:\files where would I input a command to start open this folder ? ============== Sub OpenExcelFile() Dim vFile As Variant 'Showing Excel Open Dialog Form vFile = Application.GetOpenFilename("Limit Scan File (*.xlx)," & _ "*.xlx", 1, "Select Excel File", "Open", False) 'If Cancel then exit If TypeName(vFile) = "Boolean" Then Exit Sub End If 'Open selected file Workbooks.Open vFile End Sub ============== Thanks... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excell error "Can't find Project or Library" Project VBAProject | Excel Worksheet Functions | |||
project | Excel Worksheet Functions | |||
How to convert MS Project to MS Excel. I don't have MS Project. | Excel Discussion (Misc queries) | |||
Need a project. | New Users to Excel | |||
I pay $ for this project | Charts and Charting in Excel |