Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Aug 31, 4:14*pm, "Vacuum Sealed" wrote:
HiMadiya Try this: * * ChDrive "F:\" * * ChDir "F:\Dump" * * FileToOpen = Application.GetOpenFilename _ * * (Title:="Select a File", _ * * FileFilter:="Excel Files *.xls (*.xls),") * * If FileToOpen = False Then * * MsgBox "No File has been Selected.", vbExclamation, "Doh!!!" * * Exit Sub * * Else * * Workbooks.Open Filename:=FileToOpen * * End If HTH Mick It worked. Thanks a ton. Regards, Madiya |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete all sheets in workbook that contain "Dump" in the name | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Replace(ActiveCell.Formula, "Round(","") not working as expected | Excel Programming | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Working out age from "Day" "Month" "Year" | Excel Worksheet Functions |