Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel2000, I have the following function:
Function WC_Name(ByVal WC) WC_Name = Application.WorksheetFunction.VLookup(WC, Workbooks("master.xls").Worksheets("fall06").Range ("b4:n500"), 13, False) End Function The problem is that it does not work if the "master" file is not open. How can I have the function open the file if it isn't already? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
todays's function, if I open file date changes | Excel Discussion (Misc queries) | |||
workbooks.open function fails to open an existing excel file when used in ASP, but works in VB. | Excel Programming | |||
File Browse Function (Open dialog box for choosing file) | Excel Programming | |||
How to insert Open File action in the IF Function? | Excel Discussion (Misc queries) | |||
Which function to use to open an .asc file? | Excel Programming |