+ Reply to Thread
Results 1 to 3 of 3

Trying to message box and then paste file names to cells from a selection the user made

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    Lala land
    MS-Off Ver
    Excel 2007
    Posts
    5

    Trying to message box and then paste file names to cells from a selection the user made

    I am trying to messagebox an array element from a selection the user made. If i succeed with that, I would like to list the files the user selected on a colum of rows in a spreadsheet.

    This is what I have so far:

    Dim tester As Boolean

    FileToOpen = Application.GetOpenFilename("Text Files (*.xls), *.xls", , , , True)

    tester = IsArray(FileToOpen)

    If tester = True Then
    MsgBox "Some code here to display the files selected"
    End If

    How would I do that.

  2. #2
    Registered User
    Join Date
    02-26-2013
    Location
    Lala land
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Trying to message box and then paste file names to cells from a selection the user mad

    bump.............

  3. #3
    Registered User
    Join Date
    02-26-2013
    Location
    Lala land
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Trying to message box and then paste file names to cells from a selection the user mad

    bump...........

+ 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