Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to scroll through a column of entries.
So I set up a range: Dim av_range As Range Set av_range = Worksheets(1).Range("A2").End(xlDown) However when I get to the next line For Each c In Range("av_range") I get the following error: Runtime error 1004 Application defined or object-defined error What exactly am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range error | Excel Discussion (Misc queries) | |||
Range error | Excel Discussion (Misc queries) | |||
out of range error | New Users to Excel | |||
Range Question / error 1004: method Range of object Worksheet has failed | Excel Programming | |||
Adding named range gives error "method range of object _Global failed " | Excel Programming |