Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks Homey.......
I appreciate your help very much Vaya con Dios, Chuck, CABGx3 "Homey" wrote: Application.FileDialog not in 2000. so just use this Dim File As Variant ChDrive ThisWorkbook.Path ChDir ThisWorkbook.Path File = Application.GetOpenFilename("Excel files(*.xls),*.xls") If File < False Then Workbooks.Open File "CLR" wrote in message ... | 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) |