I will preface this question noting that I am new to VBA scripts and macros so I may be missing an obvious solution
I have a form I am building out with a mix of drop-down and manual entry fields. I need several of the fields to auto-fill based on the choice of a field selection at the top of the form.
My initial thought was to create a Macro where I record the selections I need for each drop down and manually input the response for the text fields. When I recorded the Macro and assigned it to a button to test, the manual text fields filled in as expected but the drop-down fields did not fill out at all, they stayed blank. Is there a trick to getting the Macro to select options from a drop-down menu?
I have looked through the threads here on the forum as well as multiple videos and articles online but have not found a Macro or VBA script that has worked.
Thank you in advance for any recommendations
I have a form I am building out with a mix of drop-down and manual entry fields. I need several of the fields to auto-fill based on the choice of a field selection at the top of the form.
My initial thought was to create a Macro where I record the selections I need for each drop down and manually input the response for the text fields. When I recorded the Macro and assigned it to a button to test, the manual text fields filled in as expected but the drop-down fields did not fill out at all, they stayed blank. Is there a trick to getting the Macro to select options from a drop-down menu?
I have looked through the threads here on the forum as well as multiple videos and articles online but have not found a Macro or VBA script that has worked.
Thank you in advance for any recommendations