Could this really work or is this make-believe

TBC

Registered User.
Local time
Today, 04:20
Joined
Dec 6, 2010
Messages
145
For the past year I’ve been saving some really great VBA scrips that people have helped me put together.

Now that I’ve saved all these wonderful VBA scrips in folders as .txt files

I’m wondering if someone has been able to put together a macro that can be called from either a excel, access, outlook, or Power Point and run the VBA script. If anyone has come close or has been able to do this could you show me where to find this magical script?

If I can click one button that asked me what macro or script I would like to run would be the best Macro or VBA scrips I have found,
 
Save the code in a project. That project can be used from the VBA of other projects by including it the References of those other projects.

Saving them in txt files is not the best way. Copying between projects is most easily done by exporting from in the VBA editor. This creates a text file that can be imported to other projects.

I don't see it being practical or useful to have a macro that selects a particular function.
 

Users who are viewing this thread

Back
Top Bottom