Thread
: [Solved]
macro to add brackets to each line and add single quotes to each word in the line
View Single Post
02-15-2015, 07:44 AM
gmayor
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2014
Posts: 4,137
The comma was present in your example.
Change the section below to lose the comma (Chr(44))
Code:
If i < UBound(vWord) Then strNew = strNew & Chr(32) End If
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor