how to tell when in insertion point in table?

  • Thread starter Jean-Guy Marcil
  • Start date
J

Jean-Guy Marcil

It is considered bad form (and downright rude by some....) to use the
subject line as the body of the message. It says,"I am too lazy to construct
an appropriate message..."

Please, since we are all volunteers here, we all appreciate well constructed
messages.

Meanwhile, check out the Information method of the Selection object:


If Selection.Information(wdWithInTable) Then
MsgBox "Cursor in table."
Else
MsgBox "Cursor NOT in table."
End If

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

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