Results 1 to 3 of 3

Thread: Dumb showopen question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119
    I am doing this:

    With cmnDialog
    .Filter = "Microsoft Access Databases|*.mdb|"
    .InitDir = "C:\"
    .ShowOpen
    End With

    How do I get the file path back from the .showopen window?

  2. #2
    Guest
    Use the filename property.
    Code:
    Print CommonDialog1.filename

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Location
    Dayton, OH USA
    Posts
    119
    That did it, thanks.

Posting Permissions

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



Click Here to Expand Forum to Full Width