Results 1 to 6 of 6

Open folder with "Application.dialogs(xldialogopen).show" not showing all files ?

Threaded View

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    Pretoria
    MS-Off Ver
    Excel Latest Version
    Posts
    11

    Smile Open folder with "Application.dialogs(xldialogopen).show" not showing all files ?

    Hi All,

    I'm using a macro to open a specific folder using "ActiveWorkbookPath" and it opens the dialog box showing "All Excel Files".
    I need it to show "All Files" and not just exel file types, and preferably not showing the navigation pane on the left.

    Can anyone help me with the right arguments to achieve this Pleassse? :-)

    My sample code look like this:

    Sub Open_Folder_B()
            ChDir ActiveWorkbook.Path()
            Application.Dialogs(xlDialogOpen).Show
        End Sub
    This is the default view I get:

    FoldertestPic1.png

    And this is the view I would like to get..

    FoldertestPic2.PNG

    Thanks in advance :-)
    All help appreciated
    Last edited by arlu1201; 03-14-2013 at 03:51 AM. Reason: Use code tags in future.

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