Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, missed some quotes. First macro should be . . .
Sub Open_File() Dim strFile As String strFile = Application.GetOpenFilename("Excel files (*.xl*),*.xl*") If strFile = "False" Then Exit Sub Workbooks.Open FileName:=strFile End Sub JerryG ;) --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i import data from my excel worksheet into quickbooks | Excel Worksheet Functions | |||
how do I import act contact into excel worksheet | Excel Discussion (Misc queries) | |||
can i import a pdf file into an excel worksheet? If so, how? | Excel Discussion (Misc queries) | |||
how to import more than 1 text file into the same Excel worksheet. | Excel Discussion (Misc queries) | |||
How do I import several csv files into one excel worksheet? | Excel Discussion (Misc queries) |