View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mudraker[_203_] mudraker[_203_] is offline
external usenet poster
 
Posts: 1
Default Question about saving a *.dbf file

39N95W

Change this line of code

Filt = "DBF file (*.dbf)"

to

Filt = "DBF file (*.dbf), *.dbf"

Tested on Excel 9

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