F
Filo
I am a VB Beginner. The following line has a problem
because it is not working:
Range("A" & StartRow).Value = "= C & StartRow & - & B &
StartRow"
StartRow is a variable in the program; C and B are columns
I am basically trying to enter a variable into a formula.
Is it possible? If not, how can I subtract a cell (C &
Startrow) from another cell (B and Startrow), where the
row number is variable?
Thank you!
because it is not working:
Range("A" & StartRow).Value = "= C & StartRow & - & B &
StartRow"
StartRow is a variable in the program; C and B are columns
I am basically trying to enter a variable into a formula.
Is it possible? If not, how can I subtract a cell (C &
Startrow) from another cell (B and Startrow), where the
row number is variable?
Thank you!