Prompt user to search for excel file to export access table to(vba/macro)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elak6
    New Member
    • Nov 2011
    • 21

    Prompt user to search for excel file to export access table to(vba/macro)

    I am creating a form which will act as a dashboard for a variety of other functions

    I am currently having problems in one aspect
    I want to export mutiple tables to different worksheets in the same excel workbook.I also want to be prompted to search and pick the excel file that the tables are going to be exported as opposed to specifying the file.
    Is there a way i can go about this
    Thanks for your help
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    Select a File or Folder using the FileDialog Object should help you with that :-)

    Comment

    • elak6
      New Member
      • Nov 2011
      • 21

      #3
      Thanks NeoPa for all your help
      Fially figured it out

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        No worries - Pleased to help :-)

        Comment

        Working...