I am trying to copy result from a pivot table to one worksheet. The
worksheet that I have to copy data to already have existing data in it.
I have the Macro below but just have the code to copy the values from
the pivot table to the worksheet but don't know how to look for the
last empty row to append the data to.
Would any of you please help me to find the first emty cell on Sheet2
before I can copy data to it?
Thanks!
******************************************
Sub Auto_Open()
Dim FilterRange As Range
Range("A42:G56").Copy
Worksheets("Sheet2").Range("This need to be the first empty
rcell").PasteSpecial Paste:=xlPasteValues
End Sub
--
Excel_Newbie
------------------------------------------------------------------------
Excel_Newbie's Profile:
http://www.excelforum.com/member.php...o&userid=28861
View this thread:
http://www.excelforum.com/showthread...hreadid=486417