Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I am trying to rename only visible charts based on a range from a main
tab. Currently I was attempting to do something like the following: For i = 1 To Charts.Count If Charts(i).Visible = True Then Charts(i).Name = range(indirect("Title" & i)).Value End If Next The named range I want for each chart is housed on one main tab and are named "Title1", €œTitle2" etc... and each number in the range name matches up with the chart number (so for Chart 6 I would want renamed to the value in range Title6). I see now the indirect function doesn't work, can anyone help me make this work? Thanks K |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Renaming Sheets | Excel Discussion (Misc queries) | |||
Renaming sheets | Excel Programming | |||
renaming sheets | Excel Programming | |||
Renaming sheets | Excel Programming | |||
renaming sheets | Excel Programming |