Hi all,
I would like to change one line in my recorded macro:
I would like to change one line in my recorded macro:
Code:
Sub Macro3()
'
' Macro3 Macro
'
'
Range("K11").Select
Selection.Copy
Sheets("MANAGER 1").Select
Application.Goto Reference:="R3C7"
Sheets("Sheet1").Select
Range("J12").Select
Application.CutCopyMode = False
Selection.Cut
Sheets("MANAGER 1").Select
ActiveSheet.Paste
Sheets("Sheet1").Select
End Sub
- Instead of "R3C7", I would like to go to address that I have copied to clipboard i.e. I have copied the address that's in K11 on Sheet1.