Automating the selection process isn’t difficult if you rely on VBA’s InputBox in Microsoft Excel. Often, you’ll want Excel users to specify a range that the app then uses in an automated way.
After creating UserForm1 for one Excel application, you realize that you’ll want to use it again — with a few modifications — in another application. You do not need to recreate the form; simply ...