Thread
: [Solved]
Macro delete table rows if cell in first column = $
View Single Post
02-12-2018, 01:40 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,340
Hey Greg,
Here's a simpler 'If' test:
If Split(oTbl.Cell(lngIndex, 1).Range.Text, vbCr)(0) = "$" Then
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod