Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
I'm working on a macro to link two worksheets. I've written something that appears to work, but when I went to test it I found that it picks the range on the primary worksheet. I need to have it select the range on the secondary worksheet. E.g., MyRngPer = Range(Cells(NuB, NuA), Cells(NuC, NuA)).Select Where the NuA, NuB, and NuC are variables I've dim'd, and input through an input box. How do I get the MyRngPer to select the range desired from another worksheet? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copied formulas refer to destination sheet not source sheet | Excel Worksheet Functions | |||
CALLING A RANGE OF CELLS FROM EXTERNAL SOURCE | Excel Discussion (Misc queries) | |||
copying and pasting from source sheet to destination sheet without naming source sht? | Excel Programming | |||
Calling a Sheet | Excel Programming | |||
Calling HTML Source code from within VBA for Excel | Excel Programming |