View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frederick Chow Frederick Chow is offline
external usenet poster
 
Posts: 75
Default RESIZE PROPERTY: is it possible to resize "up" and "to the left"?

Hi Myles,

Not possible for the Resize method's argument to take on negative values.

But why not try this instead:

Range("D10").Offset(-6,1).Resize(4,6)

Frederick Chow
Hong Kong

"Myles" wrote in
message ...

Suppose I have Range D10 as pivot. Is it possible to resize to E5:H10?
The logical *Range("D10").Resize(-3,-5)* fails. Can the rowsize,
columnsize arguments be made to take on negative values?


Myles.


--
Myles
------------------------------------------------------------------------
Myles's Profile:
http://www.excelforum.com/member.php...o&userid=28746
View this thread: http://www.excelforum.com/showthread...hreadid=525101