say i have a command button on sheet 4. Whatever cell is selected on sheet 4 when i press the command button i want the contents of that cell copied to sheet 1 C13
regards Troysie
say i have a command button on sheet 4. Whatever cell is selected on sheet 4 when i press the command button i want the contents of that cell copied to sheet 1 C13
regards Troysie
Try,
![]()
Sub One() ActiveCell.Copy Destination:=Sheet1.Range("C4") End Sub Sub Two() Sheet1.Range("C4") = ActiveCell End Sub
thanks dave it works a treat
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks