Excel Personal.xlsb file shows up all the time with new spreadsheets

T

Tony O

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.
 
S

Spencer101

'Tony O[_3_ said:
;1600160']I am using Excel 2007. I wrote a vba macro for just m
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.

The "personal.xlsb" workbook will open each time you open Excel, unles
there are no macros in it.

As far as I'm aware, your choices are delete the macro if you're n
longer using it or hide the personal.xlsb workbook so you don't notic
it open.

I tend to use the second approach as I find the macros handy to hav
available regardless of what I'm working on
 
G

Gord Dibben

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 View>Hide 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 View>Macros

More info in Help on this subject.


Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top