N
NorMacro
Never posted before...
If you please....
I have the following working formula in cell H69 (for example):
=IF(D69=0,"","Limit")
When D69 equals zero, H69 is blank, otherwise it shows the string
"Limit".
A macro will assign this formula to a particular cell and it won't
always be row 69. How can I replace the D69 with something akin to
"current column minus 4" & "current row"?
The VBA is
ActiveCell = <the formula above>
Thanks for any ideas!
If you please....
I have the following working formula in cell H69 (for example):
=IF(D69=0,"","Limit")
When D69 equals zero, H69 is blank, otherwise it shows the string
"Limit".
A macro will assign this formula to a particular cell and it won't
always be row 69. How can I replace the D69 with something akin to
"current column minus 4" & "current row"?
The VBA is
ActiveCell = <the formula above>
Thanks for any ideas!