Thread: [Solved] Help with if then statements
View Single Post
 
Old 07-13-2015, 04:03 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

You said you had a userform with a dropdown DD1. A userform is a class module with properties, methods and events. If you have a dropdown in your Userform then there is a click event for that dropdown. If you have a command button in the userform then there is a click event for that command button.

Put the code I sent to you in one of those events.

Look at the create and employ a userform tips page on my website.
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote