Thread
:
Excel to Word data import based on UserForm entry
View Single Post
05-09-2017, 03:06 AM
gmaxey
Windows 7 32bit
Office 2016
Expert
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,598
Replace:
strResult = GetValue("The value to find", 6)
With
strResult = GetValue(YourUserForm.TextBox1.Text, 6)
or however your userform and .TextBox1 might be defined.
__________________
Greg Maxey
Please visit my web site at
http://www.gregmaxey.com/
gmaxey
View Public Profile
Find all posts by gmaxey