Using Command Button to post on another sheet!
Closed
cmedlar
Posts
1
Registration date
Wednesday November 4, 2015
Status
Member
Last seen
November 4, 2015
-
Nov 4, 2015 at 06:43 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 5, 2015 at 11:02 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 5, 2015 at 11:02 AM
Related:
- Using Command Button to post on another sheet!
- Windows network commands cheat sheet - Guide
- Cs 1.6 money command - Guide
- At button - Guide
- Google sheet right to left - Guide
- How to see liked post on x - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 5, 2015 at 11:02 AM
Nov 5, 2015 at 11:02 AM
Hi Colin,
This is the code line you are looking for:
Sheets("Sheet2").Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Value = Range("A1").Value
How you use it depends on the type of command button you use (Using form > create module; Using activeX > paste line between the 2 existing ones).
Can you take it from here?
Best regards,
Trowa
This is the code line you are looking for:
Sheets("Sheet2").Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Value = Range("A1").Value
How you use it depends on the type of command button you use (Using form > create module; Using activeX > paste line between the 2 existing ones).
Can you take it from here?
Best regards,
Trowa