Hi,
I need to reference a particular cell in a different worksheet. I used following code but it doesn't seem to be working.
ActiveSheet.Cells(invTotal_rno, invTotal_cno).Select
ActiveCell.FormulaR1C1 = "=Sheets(1)!N24"
What i want here is, i need to copy the same value in Sheets(1)! N24 to the current sheet Cells(invTotal_rno, invTotal_cno).
Can anyone help me with that?
Thanks a lot for u r help in advance.
Sanjna...
I need to reference a particular cell in a different worksheet. I used following code but it doesn't seem to be working.
ActiveSheet.Cells(invTotal_rno, invTotal_cno).Select
ActiveCell.FormulaR1C1 = "=Sheets(1)!N24"
What i want here is, i need to copy the same value in Sheets(1)! N24 to the current sheet Cells(invTotal_rno, invTotal_cno).
Can anyone help me with that?
Thanks a lot for u r help in advance.
Sanjna...