View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rede96[_2_] rede96[_2_] is offline
external usenet poster
 
Posts: 1
Default GetOpenFilename - How can you filter files starting with a letter...

I am using the following code to open an .rtf document. I'd like th
dialog box to be able to show files that start with the number '200003
only. Is this possible please?

FileToOpen = Application.GetOpenFilename("rtf Files (*.rtf),*.rtf")

I've tried lots of different ways but just can't figure it out. I'v
also spent a few hours trying to find an example but to no avail.

Any help would be much appreciated.

TIA

Red

--
Message posted from http://www.ExcelForum.com