Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default RESIZE PROPERTY: is it possible to resize "up" and "to the left"?


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

--
Myle
-----------------------------------------------------------------------
Myles's Profile: http://www.excelforum.com/member.php...fo&userid=2874
View this thread: http://www.excelforum.com/showthread.php?threadid=52510

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
How do I resize the "name box" in Excel (just left of the fx bar) onepotato Setting up and Configuration of Excel 1 December 13th 07 11:24 PM
Footer font resize when "fit to page" Sherry Excel Discussion (Misc queries) 1 October 23rd 07 07:45 PM
How to resize "check box" in excel 2003? Nikhil Excel Discussion (Misc queries) 2 July 3rd 07 02:07 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"