Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
I hope someone can shed some light on this very strange Excel 2000 behaviour. I have a range object, r, and I would expect: r.Range(r.Cells(1,1), r.Cells(5,1)).EntireRow to return a range whose top-left cell was the top-left cell of r. But instead, it returns a range whose top-left cell is the leftmost cell of the 4th row down of r. And in fact, r.Range(r.Cells(-2,1), r.Cells(5,1)).EntireRow returns a range with the top-left cell that is the top-left cell of r. Is the problem for this too obscure to see or too obvious to see? Thanks for any help, Gareth |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weird Excel diagram behaviour | Charts and Charting in Excel | |||
Weird VBA Behaviour | Excel Worksheet Functions | |||
Weird WindowsMediaPlayer behaviour | Excel Discussion (Misc queries) | |||
Excel2000: Weird behaviour in VBA | Excel Discussion (Misc queries) | |||
Excel2000: Weird chart behaviour | Excel Discussion (Misc queries) |