View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.setup
Gord Dibben[_2_] Gord Dibben[_2_] is offline
external usenet poster
 
Posts: 621
Default Excel Personal.xlsb file shows up all the time with new spreadsheets

When you wrote the macro you stored it in Personal Macro Workbook.

This workbook opens with Excel and is useful so your macros are
available for all open workbooks.

Hide Personal.xlsb under ViewHide then close Excel............you
will be asked if you want to save changes to
Personal.xlsb..........YES you do want to save.

From now on it will open hidden but your macros will be available
under ViewMacros

More info in Help on this subject.


Gord

On Sat, 24 Mar 2012 08:44:02 -0700 (PDT), Tony O
wrote:

I am using Excel 2007. I wrote a vba macro for just my computer. Now
when I open a new file,
the title in the title bar is "personal.xlsb". How do I go back to
having "sheet1, sheet2, and sheet 3" as the
three tabs in the bottom, instead of being called "personal.xlsb".
Please advise.