excel to word header

K

Kate

Hi,
I have some code that takes cell contents from excel and puts them
into word using bookmarks, eg
..Selection.GoTo What:=wdGoToBookmark, Name:="Customer"
..Selection.TypeText Text:=CStr(ws.Cells(r, 7).Value)

I've also got a bookmark in the header, but can't seem to access the
header to get the text there.

Any suggestions?

Thanks
Kate
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top