+ Reply to Thread
Results 1 to 2 of 2

How do I get the current Excel CustomView in VB

  1. #1
    Paul
    Guest

    How do I get the current Excel CustomView in VB



  2. #2
    Chip Pearson
    Guest

    Re: How do I get the current Excel CustomView in VB

    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" <[email protected]> wrote in message
    news:[email protected]...
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1