Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All.......the following code works fine in xl03 but does not work in xl2k.
Can anyone please tell me if it can be modified to work in xl2k? 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 | |||
XL03 - Cell Text value not saved | Excel Programming | |||
Sub to extract uniques from 200k data in xl03 | Excel Programming | |||
IF function in Data Validation- XL03 | Excel Discussion (Misc queries) | |||
How do I auto-alphabatize in XL03? | Excel Discussion (Misc queries) | |||
Help! Bug-esque code behaivor on Windows 2K Server & XL2K | Excel Programming |