thaking
thaking

Reputation: 3635

Excel VBA Macro "run/open" macro on any workbook

How can I write macro in Excel that will work (to run with shortcut) on any excel document which I will open?

Is this possible?

Upvotes: 1

Views: 1820

Answers (1)

Buddha
Buddha

Reputation: 4476

You need to add your macros to Personal.xlsb in order to make them available to all the excel files. Choose Personal Macro Workbook in Record Macro dialog to do this quickly.

enter image description here

Source: http://office.microsoft.com/en-in/excel-help/copy-your-macros-to-a-personal-macro-workbook-HA102174076.aspx

Upvotes: 4

Related Questions