
08-11-2012, 02:05 AM
|
|
Newcomer
|
|
Join Date: Aug 2012
Posts: 3
|
|
Combine a Macro and Form from one workbook to then use on any excel workbook
|
I have created a Macro that depends on variables set by a user's input into textboxes within a User Form that I created in the same workbook.
As I want to provide this combination of macro/form for users that I do not want to have to copy code, or import the macro file or form file into each excel workbook they work with, I was wondering if there was a way to automate this.
Ideally, the macro and form would somehow be merged, and I have an executable(or equivalent) that allows me to use a windows browser to select the excel file into which to import the macro and form, and give a quick option to run (such as another message box or command button)
Is this achievable?
Thanks in advance.
|
|