Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I am trying to write a function that uses a range as a parameter (see below) Function Param(MyRange As Range, Aline As Integer) As Integer Param = 5 End Function The problem is that when the range specifies cells on a closed workbook, the function dispays an error (#VALUE) If the range corresponds to an open workbook there is no error. Is it possible to get back a Range on a closed workbook (like the function VLOOKUP does) ? if yes how ? Thanks Jim. (I am using Excel 2000) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function with parameter "as range" | Excel Programming | |||
Format when sending a range as parameter to a custom function | Excel Programming | |||
user defined function receiving a range as parameter | Excel Programming | |||
Excel2000: Reading values from range, passed to function as parameter using an expression | Excel Programming | |||
Defining new function with cell range parameter | Excel Programming |