View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TheIrishThug[_12_] TheIrishThug[_12_] is offline
external usenet poster
 
Posts: 1
Default Multiple File Select


i know u can use the following to pass a filename.

Code
-------------------

FName = Application.GetOpenFilename _
(filefilter:="Text Files(*.txt),*.txt,All Files (*.*),*.*"
-------------------

what i want to know can i have the user select multiple files at once
would FName just need to be an array or would i have to do it anothe
way

--
TheIrishThu
-----------------------------------------------------------------------
TheIrishThug's Profile: http://www.excelforum.com/member.php...fo&userid=2968
View this thread: http://www.excelforum.com/showthread.php?threadid=49571