Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2000 with Windows 2000.
I am working on a macro that pulls in a cell from a subtotal off to the right of my totals section. Here is the code so far: ActiveCell.FormulaR1C1 = "=R[-1]C" Range("B3").Select Selection.Copy Range("B5:B11").Select Selection.SpecialCells(xlCellTypeVisible).Select Selection.PasteSpecial Paste:=xlFormulas, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False End Sub How do I set this up as a loop to load in the text for each of the cells all the way until the cell says "Grand Total"? Thank you in advance for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting and matching rows of names with Socials with master list and eliminating the extra names | Excel Worksheet Functions | |||
Matching Subtotals | Excel Worksheet Functions | |||
Microsoft Excel 2000 Subtotals with Group Name | Excel Worksheet Functions | |||
Copying subtotals in Excel 2000 | Excel Discussion (Misc queries) | |||
Excel 2000 VBA date format changes in subtotals | Excel Programming |