Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Absolute addresses and ranges


Is it possible to make VB understand the standard way of naming range
as used when writing formulas in Excel? It is confusing to write row
first and columns second plus the odd concept of giving the column
number in stead of the letters that is written in the heading.

Below line ios an example:

ActiveChart.SeriesCollection(2).Values = "=Sheet1!R2C4:R1002C4"

but I would much prefer to write:

ActiveChart.SeriesCollection(2).Values = "=Sheet1!D2:D1002"

as this is what I see in the spreadsheet. Is this possible with th
correct amount of "Range" and double quotes and stuff?


Niel

--
ns
-----------------------------------------------------------------------
nsv's Profile: http://www.excelforum.com/member.php...fo&userid=2650
View this thread: http://www.excelforum.com/showthread.php?threadid=46818

  #2   Report Post  
Posted to microsoft.public.excel.programming
ste ste is offline
external usenet poster
 
Posts: 6
Default Absolute addresses and ranges

Hi,
try Application.ConvertFormula

regards,
ste

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
absolute ranges duchem02 Excel Discussion (Misc queries) 3 June 20th 08 09:26 PM
Absolute Named Ranges???? SMBR Excel Worksheet Functions 1 January 31st 06 06:11 PM
Making Sum ranges Absolute Ken Excel Discussion (Misc queries) 1 February 19th 05 06:47 PM
Named Range Cells vs. Absolute Cell Addresses Mike Short Excel Programming 4 November 29th 03 11:43 PM
Non-absolute named ranges c t Excel Programming 0 July 18th 03 07:26 PM


All times are GMT +1. The time now is 12:50 PM.

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

About Us

"It's about Microsoft Excel"