Thread
: [Solved]
Copy/Paste/Delete Table & Section etc.
View Single Post
07-12-2011, 06:16 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,469
Hi flds,
The '#' character in a vba 'Like' stands for a digit. The '*' character stands for a string. Try using:
If InStr(UCase(Sctn.Range.Sentences.First), "DESIGN REQUIREMENT") > 0 Then
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod