Hello,
I have to a defined range and would like to multiply it by a cell that is on another worksheet. I'm not sure where to begin.
<font face=Courier New><SPAN style="color:#00007F">Dim</SPAN> Jancost <SPAN style="color:#00007F">As</SPAN> <SPAN style="color:#00007F">Currency</SPAN><br><br>ActiveCell.FormulaR1C1 = Jancost * "=+(1-RC[-1])"</FONT>
I've tried this and also nameing the cell next to it, it is in a percentage form and does not calculate properly. any suggestions?
thanks,
Pearl
I have to a defined range and would like to multiply it by a cell that is on another worksheet. I'm not sure where to begin.
<font face=Courier New><SPAN style="color:#00007F">Dim</SPAN> Jancost <SPAN style="color:#00007F">As</SPAN> <SPAN style="color:#00007F">Currency</SPAN><br><br>ActiveCell.FormulaR1C1 = Jancost * "=+(1-RC[-1])"</FONT>
I've tried this and also nameing the cell next to it, it is in a percentage form and does not calculate properly. any suggestions?
thanks,
Pearl