Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think there is a way to get the custom view. You can list
existing views with code like Dim Ndx As Long With ThisWorkbook.CustomViews For Ndx = 1 To .Count Debug.Print .Item(Ndx).Name Next Ndx End With -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Paul" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Current year and current week number | Excel Discussion (Misc queries) | |||
Can I automatically enter the current date or current time into a | New Users to Excel | |||
Detecting active customview | Excel Programming | |||
Detecting active customview | Excel Discussion (Misc queries) | |||
changing current directory to that of the current open file | Excel Programming |