Consulting

Results 1 to 3 of 3

Thread: Open a folder in Windows Explorer

  1. #1
    VBAX Tutor
    Joined
    Jan 2008
    Posts
    262
    Location

    Open a folder in Windows Explorer

    Hi

    I would like to open a SharePoint folder in Windows Explorer using Excel VBA. The location I want to look at always opens in SharePoint - is there a way to opening it in Windows Explorer from the start?

    Thanks
    sassora

  2. #2
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,645
    Sub M_snb()
        Application.FileDialog(4).Show
    End Sub

  3. #3
    VBAX Tutor
    Joined
    Jan 2008
    Posts
    262
    Location
    Good idea, thanks
    sassora

Posting Permissions

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