Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to use a cell reference in the following Macro ' Sheets("PA Journal").Select Range("A2:K2").Select Selection.Copy Range("A3:??").Select Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False Sheets("Data Entry Sheet").Select ' Within the range("A3:??") i would like the question marks to be a reference to a cell on the Data Entry Sheet which in turn would then return a value from the cell of say K10 to complete the Range of cells to be copied, Any suggestions Thanks Andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro using a cell reference | Excel Discussion (Misc queries) | |||
Cell Reference Macro | Excel Discussion (Misc queries) | |||
Macro cell reference help | Excel Programming | |||
Cell Reference in a Macro | Excel Programming | |||
run a macro from a cell reference | Excel Programming |