View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rayhurst@gmail.com is offline
external usenet poster
 
Posts: 1
Default Importing DBF with large number of fields

I need to import/open a .dbf file that contains about 350 fields.
When I open it in excel, it only seems to open the first 245 fields
(to column "IU") and doesn't show any fields beyond that. Is there a
way to get all the data for a .dbf with a large number of fields?

I am a novice "copy, paste and change" type of VBA programmer, so if
this is possible, any code examples would be greatly appreciated.
Thanks!