View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_117_] joel[_117_] is offline
external usenet poster
 
Posts: 1
Default Application.FileDialog .Filters.Add method not working as expected


You are missing the asterisk before the ".xls"


from
".xls"
to
"*.xls"


--
joel
------------------------------------------------------------------------
joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=148503