R
Roderick O'Regan
This expression tells me which page I'm on:
Selection.Information(wdActiveEndPageNumber)
I want to do something if a page is odd or something different if it
is an even number.
Is there a way of doing this in VBA, please?
I was looking for something that would allow me to divide a page
number by 2. If the remainder was not zero then it must be an odd
number. That's my logic but I cannot work that in VBA.
Regards
Roderick O'Regan
Selection.Information(wdActiveEndPageNumber)
I want to do something if a page is odd or something different if it
is an even number.
Is there a way of doing this in VBA, please?
I was looking for something that would allow me to divide a page
number by 2. If the remainder was not zero then it must be an odd
number. That's my logic but I cannot work that in VBA.
Regards
Roderick O'Regan