Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All.....
This code works fine in XL2003, but I need the result to work in XL2000.....possible? Dim strFile As Variant With Application.FileDialog(msoFileDialogOpen) .AllowMultiSelect = False .Filters.Add "Excel Files", "*.xls" .InitialFileName = ThisWorkbook.Path & "\" .Show strFile = .SelectedItems(1) End With Workbooks.Open Filename:=strFile TIA Vaya con Dios, Chuck, CABGx3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open file dialog box works in XL2000 but not in XL2003 | Excel Programming | |||
Terminating autofilter removes commandbuttons (xl2000, not in xl2003) | Excel Programming | |||
xl2000 vs. xl2003 RangeFromPoint and Grouped Shape | Excel Programming | |||
veryhidden with xl2000 & xl2003 | Excel Programming | |||
Performance trouble when changing from XL2000 to XL2003 | Excel Discussion (Misc queries) |