Does anyone know if it is possible to pause VBA code while a User completes a form?? or does anyone know a way to use a combo box on a VBA control?
The situation I`m in is that when a user chooses an option form the main menu I need a prompt/form to make them choose their name from a list before continuing to the option they selected. I need this to occur for a number of different menuy options so am after a way to avoid duplicating my coding without a long Select Case statement(or is this the best way?).
The main complication with this is that I have to have the User identifier at this point because users will be sharing machines throughout the day and have to switch between each other.
Any help will be greatly appreciated.
Cheers
Ian