Team,
I am trying to execute a function whose input has a range and the out put of the functions is also a range having same number of rows.
When i keep a breakpoint at the beginning of funtion i got an error - ByRef argument type mismatch
Below is the pseudocode
One more Q - When i pass a range as input to fucntion(B3 to D20), can i refer to the content in the range assuming its an array. Range(1,1) = B3, Range(RangeRowCount, RangeColumnCount) = D20![]()
Please Login or Register to view this content.
Bookmarks