Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have come across a situation where, for presentation purposes the SUBTOTAL
rows need to be moved one cell to the right. Have been struggling with the following but need some assistance, which will be greatly appreciated. Regards, - Mike For Each c In Range("b2:b100") If InStr((c.Value), "Total") Then c.Cut Destination:=ActiveCell.Offset(0, 1) End If Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountA, Subtotal and "move to the first cell in the next column" | Excel Programming | |||
CountA, Subtotal and "move to the first cell in the next column" | Excel Discussion (Misc queries) | |||
CountA, Subtotal and "move to the first cell in the next column" | Excel Programming | |||
move to another cell within a subtotal report within a macro | Excel Worksheet Functions | |||
HOW DO I MOVE A DESCRIPTION OR NAME INTO A SUBTOTAL LINE | Excel Worksheet Functions |