Thread
:
Insert Row with Command Button Include Formulas and Merged Cells
View Single Post
08-29-2017, 10:19 AM
NoSparks
Windows 7 64bit
Office 2010 64bit
Excel Hobbyist
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
Add a second paste line
Code:
Rows(rowNum).PasteSpecial Paste:=xlFormats
You might also want to add
Code:
If rowNum = 0 Then Exit Sub
right after the InputBox.
NoSparks
View Public Profile
Find all posts by NoSparks