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: 14
Default Worksheet properties

Hello,

What methods are there to determine properties of a sheet or any object ?

I have a workbook with many worksheets, each contains one or more charts.

ActiveSheet.ChartObjects("Chart 4").Activate

Once on an "ActiveChart" I can do:
debug.Print ActiveChart.Name

This is fine but I don't want to have to hard code "Chart4" in my
sub-procedure as on the 1st line - especially when its possible to access
it's name after I've originally told it it's name !

What I need to know is, how do retrieve properties such as chart names for a
specified sheet ? Or for that matter any object which belongs to another
object - I see I it is possible to do a loop like For each cel in range......
Is it possible to loop over items belonging to another object ?
I was wondering if for example there are "series" or "collections" of charts
that a sheet may contain that can be accessed ?

Thanks very much indeed,
Have a good day.

 
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
Worksheet Properties - Last User John Calder New Users to Excel 1 May 11th 07 01:30 AM
How to control chart properties from worksheet Marko Pinteric Excel Discussion (Misc queries) 3 April 5th 06 12:38 PM
worksheet Name and (Name) properties Mikhail Excel Programming 1 October 2nd 03 10:50 AM
Properties - Workbook and Worksheet Sandy[_3_] Excel Programming 1 September 6th 03 07:01 PM
resetting worksheet properties Michael J. Malinsky Excel Programming 1 July 15th 03 05:23 PM


All times are GMT +1. The time now is 07:38 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"