Dolemitefunk
New Member
- Joined
- Oct 12, 2010
- Messages
- 47
I am trying to create a macro that will open anther workbook, select the sheet, go to a specific cell and set that cell equal to the original worksheet the marco is being made on. I have tried to create this by recording and have a few questions about the code.
ActiveCell.FormulaR1C1 = "='[Testing.xlsm]Sheet1'!R[12]C[-5]"
I do not understand what this line is doing, it looks like it is selecting the cell by moving it from a reference point, how would I make it so it picks a specific cell?
I hope this makes sense, any feedback would be greatly appreciated
ActiveCell.FormulaR1C1 = "='[Testing.xlsm]Sheet1'!R[12]C[-5]"
I do not understand what this line is doing, it looks like it is selecting the cell by moving it from a reference point, how would I make it so it picks a specific cell?
I hope this makes sense, any feedback would be greatly appreciated