Thread: GetOpenFilename
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hasan Cansü Hasan Cansü is offline
external usenet poster
 
Posts: 1
Default GetOpenFilename

Hi,

I'm using Excel 2000 German. I'm trying to get a filename
using the following.

Filename = Application.GetOpenFilename _
("Text Files (*.txt),*.txt,")

In the dialog box, this shows me only "Text Files" instead
of "Text Files (*.txt)", but correctly in the English
Excel 2000.

Is it a bug or do I have to adopt the syntax?

Thanks
Hasan