View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
christopher.allen christopher.allen is offline
external usenet poster
 
Posts: 2
Default detach header source?

In Word 2000/2003 VBA, I'm processing mail merge docs that may or may
not have header and data sources already attached. I'm attaching other
data sources that contain their own header info, so I want to remove any
already-attached header source.

Is there a way to do this? Calling OpenHeaderSource with "" gives a
runtime error. Can't set HeaderSourceName as it's read-only. Thanks!

-Christopher