1 Attachment(s)
Excel 2010 VBA - Issues with Drop Down box with Table Interface
First, I am a complete newbie still working on my very first VBA project. Any and all help will be truly appreciated. I have created a test app to be able to utilize some basic features. My current problem is that when the end user will use the drop down box, unless they leave (LostFocus) the drop down box it won't update the other fields. I initially tried using Change, but, that prevents me from being able to edit / save the fields. I currently have arrows that allow a user to go to First, Last, Previous and Next Fields. But, want them to be able to use the drop down box as a quick method to get to a record. Though this is a minor issue, it kind of defeats the purpose of having the drop down box. Any ideas as to how / what code I could use that would allow the updating of the other data fields without having to exit (LostFocus)? Thanks in advance and Happy Holiday to one and all.