![]() |
copy active row and repaste values
keep getting runtime error....
want to copy active row and repaste values only. Sub Macro3() ActiveCell.Offset(Rowcount).EntireRow.Copy Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False End Sub |
copy active row and repaste values
Sub Macro3()
ActiveCell.EntireRow.Copy Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False End Sub "J.W. Aldridge" wrote in message ... keep getting runtime error.... want to copy active row and repaste values only. Sub Macro3() ActiveCell.Offset(Rowcount).EntireRow.Copy Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False End Sub |
copy active row and repaste values
THANX ALL!
|
All times are GMT +1. The time now is 11:07 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com