Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is simple macro
I want to create a loop.Write now if I transpose the data it's range related. I want to make it independent of cell. Sheets("mntn"). Select 'Range("F14:F25").Select Application.CutCopyMode = False Selection.Copy Sheets("mon").Select Range("Cn").Select Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True Application.CutCopyMode = False Any help would be appreciated -- Kittie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do loops | Excel Discussion (Misc queries) | |||
Do Loops | Excel Programming | |||
RANGE & NESTED LOOPS | Excel Programming | |||
Non Contiguous range and loops | Excel Programming | |||
Loops | Excel Programming |