RacerChris
Programmer
*** Newbie Warning ***
I have an application that uses Named Variables with relative references. In other words, I use a rows to do computations that reference other columns in the row for values. The value in these cells changes depending on which row it is being calculated in.
I want to pass the value of the named variable according to which row the VBA Module is set to; then do a procedure, then loop through the rows.
Can someone help me figure out how to do this?
I have an application that uses Named Variables with relative references. In other words, I use a rows to do computations that reference other columns in the row for values. The value in these cells changes depending on which row it is being calculated in.
I want to pass the value of the named variable according to which row the VBA Module is set to; then do a procedure, then loop through the rows.
Can someone help me figure out how to do this?