Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I collect the names of all the defined custom views?
TIA, Phil |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this may help you get what you want
Sub test() Dim i As Long For i = 1 To ThisWorkbook.CustomViews.Count MsgBox ThisWorkbook.CustomViews(i).Name Next End Sub -- Gary "cellist" wrote in message ... How can I collect the names of all the defined custom views? TIA, Phil |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Gary. That's exactly what I need.
"Gary Keramidas" wrote: this may help you get what you want Sub test() Dim i As Long For i = 1 To ThisWorkbook.CustomViews.Count MsgBox ThisWorkbook.CustomViews(i).Name Next End Sub -- Gary "cellist" wrote in message ... How can I collect the names of all the defined custom views? TIA, Phil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveWorkbook.Names.Add -- Problem | Excel Programming | |||
Mutiple names in ActiveWorkbook.SendMail Recipients:= | Excel Discussion (Misc queries) | |||
get all sheet names in comboBox of activeworkbook and export when selected | Excel Programming | |||
'ActiveWorkbook.Names.Add Name:' how to make range variable? | Excel Programming | |||
Using ActiveWorkbook.Names.Add Name:= | Excel Programming |