Programming Tables for odd/even pages

D

Dan

Hi,

I am trying to add a table that will automatically size itself depending on whether you are on an even page or odd page. I cannot seem to programme the macro to check what the active page is and then size it accordingly by using an 'if' statement.

Can anyone help me?

Thanks

Dan
 
D

Doug Robbins - Word MVP

Use the .Information property of the Selection

Selection.Information (wdActiveEndPageNumber)


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
Dan said:
Hi,

I am trying to add a table that will automatically size itself depending
on whether you are on an even page or odd page. I cannot seem to programme
the macro to check what the active page is and then size it accordingly by
using an 'if' statement.
 

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