Results 1 to 2 of 2

Calling a Browse routine from a UserForm

Threaded View

  1. #1
    Forum Contributor
    Join Date
    03-30-2010
    Location
    Manchester England
    MS-Off Ver
    Excel 2010
    Posts
    992

    Calling a Browse routine from a UserForm

    I have the following piece of code to pick up a known file name and open it.
    Sub FindFile()
    '
    ' Macro5 Macro
    '
    
    '
        ChDir "U:\EVERYBODY!\Windmill Printed Jobs\ABBSUD"
        Workbooks.Open Filename:= _
            "U:\EVERYBODY!\Windmill Printed Jobs\ABBSUD\ABBSUD 60 X 91 TRIAL.xls"
    End Sub
    This was derived directly from a macro generated from browsing my network.
    What I really want to do though is to enable my user to find the file using a browsing routine direct.
    I have not been able to find any advice about this and am hoping that someone here can help.
    John
    Last edited by j_Southern; 01-27-2015 at 11:07 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Problem calling routine from a class in an add-in
    By scottbass in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-04-2014, 10:07 AM
  2. [SOLVED] VBA Calling Another Sub Routine to Run
    By mowens74 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-15-2013, 12:34 PM
  3. Calling routine with name stored in string variable
    By Helge in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-16-2011, 12:07 PM
  4. Calling Routine by Variable Name
    By Caligula in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-20-2008, 11:44 PM
  5. Read directly a returned array in the calling routine
    By Jean-Pierre Bidon in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-14-2005, 09:45 AM

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