I need to find the last row of worksheet A and use this as range fo
worksheet B. Workshhet A can change row count so I need B to canhang
as well
Example:
VBA:
Range("A10").Select
Selection.Copy
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = _
"=IF('Recap Report'!R[-3]C2="""","""",'Recap Report'!R[-3]C2)"
Selection.Copy
Range("A10:A56").Select << I Need this value To be As many rows As I
worksheet(Recap Report)
ActiveSheet.Paste
Any Suggestions
--
parteegolfe
-----------------------------------------------------------------------
parteegolfer's Profile:
http://www.excelforum.com/member.php...fo&userid=3195
View this thread:
http://www.excelforum.com/showthread.php?threadid=52741