This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
Creating a macro in Microsoft Excel that will insert a new row
Words
58
Reading
1 min
Listen
Play
9y
A simple guide on how to create a macro in Microsoft Excel that will insert a gridlined new row at the location you specify. Please enter code below between "Private Sub" and "End Sub"
Code:
Sheets("Sheet1").Range("A4").Select
ActiveCell.EntireRow.insert Shift:=xlDown
Sheets("Sheet1").Range("A4:E4").Select
Selection.Borders.Weight = xlThin
Please like and subscribe if this has helped you. Thanks for watching
▶️ DTube
▶️ IPFS