Find second empty cell/row and start pasting from it
Closed
scafy
Posts
1
Registration date
Wednesday September 17, 2014
Status
Member
Last seen
September 17, 2014
-
Sep 17, 2014 at 10:23 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Sep 23, 2014 at 11:32 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Sep 23, 2014 at 11:32 AM
Related:
- Find second empty cell/row and start pasting from it
- Saints row 2 cheats - Guide
- Start survey - Download - Horror
- How to start a listening party on spotify pc - Guide
- Start steam in big picture mode - Guide
- When does fortnite christmas start 2023 - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Sep 23, 2014 at 11:32 AM
Sep 23, 2014 at 11:32 AM
Hi Scafy,
Well you could just use two codes, but you can also try this:
Best regards,
Trowa
Well you could just use two codes, but you can also try this:
Dim Check As Boolean Sub InsertButton() If Check = False Then Range("G4:I4").Copy Range("G" & Rows.Count).End(xlUp).Offset(2, 0) Check = True Else Range("G4:I4").Copy Range("G" & Rows.Count).End(xlUp).Offset(1, 0) End If End Sub
Best regards,
Trowa