Excel visual basic function across workbooks?

2

This seems like it should be a common issue, but I couldn't find anything on it, maybe I'm just searching for the wrong thing.

Basically I get sent a lot of workbooks that need specific modifications done to them, so I decided to write a little vb function to do it, I even attached it to the ribbon. The issue is that the function only exists in the one Workbook, so when I click the icon in the ribbon on another workbook it throws an error saying the function can't be found (obviously).

Is there anyway I can attach a function not to the workbook, but to my computer?

Ben

Posted 2013-05-11T17:43:53.617

Reputation: 459

Answers

3

What you are looking for is Excel's Personal Macro Workbook function, which allows you to store your frequently used macros in a special hidden workbook that makes them available in any workbooks you have open.

Here's how it works.

Lebenita

Posted 2013-05-11T17:43:53.617

Reputation: 191