View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RajC RajC is offline
external usenet poster
 
Posts: 1
Default Inserting a filtered excel dataset into word as a table....

I'd like some tips on how to insert filtered excel data into a word
table....
I have a large excel sheet from which i want to be able to extract a partial
amout of data determined by a filter and then show the results in Word
within a table.

I've been trying to use the database field code which sort of works but the
formatting is always reset when i refresh the data. In addition i want to be
able to set the filter criteria outside of the field code attributes - pass
them in from outside of the field code from another part of the word doc. A
VBA function may help i think.

Any help would be much appreciated.

Raj