Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
As i write my code the range that i'm referring to changes. To identify the lower and the upper limits of the range i use the following BeginRange = Worksheets("Content").Cells(5, col).Address EndRange = Worksheets("Content").Cells(Row, col).Address Now, as i select this range and try to copy it elsewhere i'm trying to use the following expression: Worksheets("Content").Range("" & BeginRange & " :" & EndRange & "").Select Every time I get to this point i get an error '1004' - "Application defined or object defined error" Can anyone please advise as to what is going on and how to get arround it? Thanks a bunch Igor |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
variable ranges | Excel Discussion (Misc queries) | |||
Help with Variable Ranges! | Excel Discussion (Misc queries) | |||
Counting variable ranges and auto-summing variable ranges | Excel Programming | |||
Variable ranges | Excel Worksheet Functions | |||
Sum Variable Ranges | Excel Worksheet Functions |