Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to have my macro copy paste range value from column b to J but
cannot seem to modify from a fixed postion to active cell. Ideally I want to be able to move cell to any row in column b and run macro. Any help is appreciated. Sub Macro2() Range("B11:J11").Select ActiveWindow.ScrollColumn = 3 ActiveWindow.ScrollColumn = 4 ActiveWindow.ScrollColumn = 5 Range("B11:M11").Select Selection.Copy Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.Goto Reference:="HomeBase" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Active Cell Copy And Paste Sheet to Sheet | New Users to Excel | |||
Copy and Paste macro needs to paste to a changing cell reference | Excel Programming | |||
Paste special to the active cell | Excel Programming | |||
Copy formula in active cell | Excel Programming | |||
Moving active cell after copy | Excel Programming |