brh01
Technical User
- Feb 23, 2003
- 103
I,m trtying to make cell "L1" of sheet1, copy to cell "N1" on sheet 2, using this info
Sub test()
Set srcSht = Sheets("Sheet1"
Set tgtSht = Sheets("Sheet2"
'will copy A1 to A1
tgtSht.[n1] = srcSht.[l1]
End Sub
but it,s not working. Can anyone tell me what I'm doing wrong
Brian
Sub test()
Set srcSht = Sheets("Sheet1"
Set tgtSht = Sheets("Sheet2"
'will copy A1 to A1
tgtSht.[n1] = srcSht.[l1]
End Sub
but it,s not working. Can anyone tell me what I'm doing wrong
Brian