PDA

View Full Version : Passing variables



sbglobal2012
08-07-2012, 11:03 PM
Greetings,

i'm having trouble passing a variable. my code is something like this:

dim i as integer my problem is when the procedure calls "LargeNum". . . . the references to cell properties e.g. "cells(cell.row,1)" are not recognized!!!! anything associate with the "cell" from the original procedure gives an error.

Please Help

mikerickson
08-07-2012, 11:10 PM
It would help to see the code for the function.
In words, what should the function do?