Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default FileDialog(msoFileDialogOpen)

Should the user's selection of a file in the file dialog open actually open
the selected file or does it just select the file?

With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
.Show
End With

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default FileDialog(msoFileDialogOpen)

Will just return the filename

HTH
--
AP

"Mitch" a écrit dans le message de
...
Should the user's selection of a file in the file dialog open actually

open
the selected file or does it just select the file?

With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
.Show
End With



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default FileDialog(msoFileDialogOpen)

Mitch,

Add "Execite" to open it:

With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
.Show
.Execute
End With
hth,

Doug

"Mitch" wrote in message
...
Should the user's selection of a file in the file dialog open actually
open
the selected file or does it just select the file?

With Application.FileDialog(msoFileDialogOpen)
.AllowMultiSelect = False
.Show
End With



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default FileDialog(msoFileDialogOpen)


"Doug Glancy" wrote in message
...

Add "Execite" to open it:


If only ... <g


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default FileDialog(msoFileDialogOpen)

Must be my subconscious at work.

Doug


"Bob Phillips" wrote in message
...

"Doug Glancy" wrote in message
...

Add "Execite" to open it:


If only ... <g






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default FileDialog(msoFileDialogOpen)

LOL!

"Doug Glancy" wrote in message
...
Must be my subconscious at work.

Doug


"Bob Phillips" wrote in message
...

"Doug Glancy" wrote in message
...

Add "Execite" to open it:


If only ... <g






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FileDialog AMDRIT Excel Programming 1 October 21st 05 10:17 PM
filedialog Norm Excel Worksheet Functions 0 July 29th 05 10:17 PM
FileDialog - Not available in 2k? RWN Excel Programming 3 March 12th 05 05:25 AM
FileDialog Help Maynard Excel Programming 0 August 4th 04 01:43 PM
FileDialog Jag Man Excel Programming 3 February 2nd 04 04:50 AM


All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"