[blue]Select Case Selection.StoryType
Case wdMainTextStory
MsgBox "Cursor is in main body of Document"
Case wdFootnotesStory
MsgBox "Cursor is in the Footnotes"
Case Else
MsgBox "Cursor is somewhere else"
End Select[/blue]
Enjoy,
Tony
------------------------------------------------------------------------------------ We want to help you; help us to do it by reading this:Before you ask a question.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.