Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I insert variables in a range statement. For instance: I
have looked down column j for a particular value and have found it in row m. If I copy everything from the top (A1) up thru row m I can use: Sheets("Sheet1").Range("a1:j" & m).Copy ActiveSheet.Range("A4") where I can append the row range m to 'j'. But in general, how can I use variables for the arguements in the Range statement. thanks chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statement with two variables | Excel Worksheet Functions | |||
how do i if statement for 3 variables | Excel Worksheet Functions | |||
Conditional Statement with many variables | Excel Discussion (Misc queries) | |||
Too many variables for an if than statement? | New Users to Excel | |||
Using variables as first and last cells in range statement | Excel Worksheet Functions |