View Single Post
 
Old 02-21-2020, 07:12 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by Jennifer Murphy View Post
Is there a way for me to test whether there is a line before the table? That is, whether the table is the first thing in the document?
For example:
Code:
Sub Demo()
If Selection.Tables(1).Range.Start = ActiveDocument.Range.Start Then
 ' code for table at top of document
End If
End Sub
Quote:
Originally Posted by Jennifer Murphy View Post
Ok, but what does "ve" stand for? Maybe I'm too dense, but I've never seen that expression before? Is it an Aussie expression?
+ve = positive; -ve = negative
I'd have thought -ve was fairly common, +ve less so. See: What do -ve and +ve mean? - Quora
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote