Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sheet2.Select
Range("A2").Select Selection.Copy Sheet1.Select Range("A1").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Sheets("Input Sheet").Select Range("B2").Select Application.CutCopyMode = False Selection.Copy Sheets("Input View").Select Range("C1").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub How to I get the range select to be relative? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array to find relative position - is there a better way? | Excel Worksheet Functions | |||
Relative position of Employees | Excel Worksheet Functions | |||
Excel Formula using relative position of cells in two different worksheets | Excel Worksheet Functions | |||
Visual Basic Macros, relative position | Charts and Charting in Excel | |||
Relative Cell position NOT working with or without macro | Excel Discussion (Misc queries) |