How is a table referenced when it is the header?

R

richard.jolly

I'm trying access through VBA an existing table in the header. I need
to pass a variable from another routine (that have completed and is
working).

The existing table is only 1 row with 2 columns (the RH cell has a
graphic in there that needs to stay there) I want to pass the variable
to the LH cell.

I have tried using the sections header.range.text but this just places
the variable underneath the table.

Many Thanks
 
J

Jean-Guy Marcil

[email protected] was telling us:
[email protected] nous racontait que :
I'm trying access through VBA an existing table in the header. I need
to pass a variable from another routine (that have completed and is
working).

The existing table is only 1 row with 2 columns (the RH cell has a
graphic in there that needs to stay there) I want to pass the variable
to the LH cell.

I have tried using the sections header.range.text but this just places
the variable underneath the table.

Many Thanks

See the answer in vba.general.

Please, do not post the same query in many groups as it wastes everybody's
time (the one asking, the one answering and those just reading).

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top