LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Range properties

Hello all,

my current focus is extending Excel with an own ActiveX control. this
control will be used on worksheets and will visualize data just like a
chart object. I've run into some problems.

1. storing the references

the control will store some references to the worksheet (obvious:
location to the data to show). currently, these are string properties,
and the control resolves them to get the ranges themselves. however,
it is limited, because I cannot use names, or references to other
workbooks. of course I can write a smarter parser, but it seems to be
redundant, since excel already have this functionality. so the
reference should be resolved just like as we typed it into the formula
of a cell, thus, understanding workbook and sheet prefixes, handle
multiple area ranges, entire columns, etc, whatever excel understands.

2. updating of references

when a new row or column is added, excel updates all references to the
moved area, so the calculations and charts remain intact. however, my
control will not get any notifications nor everybody will change it's
properties, so the reference strings will point to the old, incorrect
location. what can I do?

3. reference editor

i would like to implement property pages to provide easy editing. it
would be very nice to allow the user to select ranges instead of
typing their addresses. however, I have no clue where should I start.
there is a control named RefEdit that are for selecting ranges, but I
was not able to use these controls. when I press the button, nothing
happensm and no help is available. what is the right way to use this
control, or is there any other way to make excel to go into range
select mode during showing the property page of the control?


further to the above, i would be very pleased to get any references to
some similar projects, like map, 3rd party charts, decomposition
trees, anything.

thanks
Krisztian
 
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
External Data Range Properties - Cannot find in 2007 Steve Excel Discussion (Misc queries) 1 September 15th 09 01:59 PM
using the address properties from range objects in a sum formula JEFFWI Excel Discussion (Misc queries) 2 September 11th 07 05:36 AM
External Data Queries - Data Range Properties v Spreadsheet Format HLS Excel Discussion (Misc queries) 0 April 5th 06 11:09 AM
Data range properties baz Excel Discussion (Misc queries) 1 April 1st 05 09:37 AM
data range properties baz Excel Discussion (Misc queries) 0 April 1st 05 08:53 AM


All times are GMT +1. The time now is 09:14 AM.

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"