View Single Post
 
Old 10-15-2014, 03:01 PM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

Well yes, my code assumed that it was some value in the worksheet itself that determines if a second and subsequent objective is defined. If it is something in the userform then you might use something like:

For lngIndex = 2 to 10
If Me.Controls("Objective" & lngIndex).Value <> vbNullString then


End if
Next lngIndex
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote