Hi,
Is it possible to call/run a macro from a combobox but it is NOT based on the combobox selection?
I know you can do it based on the combobox selection but that is not what I want. I have the user make a selection from the combobox and store it as a variable under the afterupdate event criteria. Within that same afterupdate event, I want to close the form and run a macro that will allow the user to select a file using the API command dialog box.
I have the command dialog box macro runnig fine and can call it from a button with no problem. Just need to be able to call it from within a combo box.
Any Ideas/suggestions
Is it possible to call/run a macro from a combobox but it is NOT based on the combobox selection?
I know you can do it based on the combobox selection but that is not what I want. I have the user make a selection from the combobox and store it as a variable under the afterupdate event criteria. Within that same afterupdate event, I want to close the form and run a macro that will allow the user to select a file using the API command dialog box.
I have the command dialog box macro runnig fine and can call it from a button with no problem. Just need to be able to call it from within a combo box.
Any Ideas/suggestions