Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workheet. | Excel Worksheet Functions | |||
Can I use variables for workheet name references in Excel functions? | Excel Discussion (Misc queries) | |||
Can I use variables for workheet name references in Excel functions? | Excel Worksheet Functions | |||
Adding checkboxes via code to a workheet | Excel Programming | |||
Finding from a range | Excel Programming |