View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
E. F. E. F. is offline
external usenet poster
 
Posts: 4
Default Loading DBF into existing sheet

Is it possible to load a DBF file directly into an existing sheet?

Currently my script loads it into a new one, marks a large enough
block to cover all the records and moves the block into the existing
pre-formatted spreadsheet.

TIA, Eugene