With Cells(Rows.Count, "B").End(xlUp) .EntireRow.Copy With .Offset(1, 0).EntireRow .PasteSpecial xlPasteFormats .PasteSpecial xlPasteFormulas .PasteSpecial xlPasteValidation On Error Resume Next
.SpecialCells(xlCellTypeConstants).ClearContents .SpecialCells(xlCellTypeConstants).ClearNotes On Error GoTo 0 End With End With
Sorry - just noticed an error.
The line NR = Last_Row_Number + 1 Should be:
NR = LastRowNumber + 1
oops!
Cecil Leforce 11 months ago
Thanks for the help so for but it's still not doing what i would like for it to do. Can i send you the file? If you like you can call if that would help.
Thanks Cecil
423-912-1381
Hi Cecil. Please make sure you have read the RULES for posting. It's not a problem if you ask someone else to help you, but don't expect them to call you for free support. I don't offer it, and I don't expect my students to either. Answering a few questions here and there in the Forums is one thing. A phone call or sending someone files is another.
Scott Axton 11 months ago
Cecil -
I'm glad to help as I can but right now I'm unable to take on more work. I'm just going into my "busy" season for both of my jobs.
PLUS I've pretty much exhausted my Excel VBA knowledge with what we've done. I'm mostly a db guy.
Feel free to expound on what it's doing (or not doing) and I'll help here if I can.