Start up window

  • Thread starter Thread starter Ricki Miles
  • Start date Start date
R

Ricki Miles

I am using Excel 2003. Every time I start Excel, I get a pop up window with
the title Microsoft Visual Basic. The message in the window says "File not
found". What is the cause and how can it be avoided?

Also my Excel program is set to open up with my Personal Macro Workbook open
but hidden, which is how I would like it. Every time I exit from Excel, I
get a window that asks if I want to save changes to your Personal Macro
Workbook. I then have to wait for some some before it reconfigures itself.
Can I avoid this?

Thanks very much,

Ricki
 
Use the Application.DisplayAlerts = False
to rid of the prompt to Save.

Sounds like you Personal Macro cannot find the Workbook it is looking for, or another i would check
this macro for what it is looking for.

Corey....
I am using Excel 2003. Every time I start Excel, I get a pop up window with
the title Microsoft Visual Basic. The message in the window says "File not
found". What is the cause and how can it be avoided?

Also my Excel program is set to open up with my Personal Macro Workbook open
but hidden, which is how I would like it. Every time I exit from Excel, I
get a window that asks if I want to save changes to your Personal Macro
Workbook. I then have to wait for some some before it reconfigures itself.
Can I avoid this?

Thanks very much,

Ricki
 
Sounds like you may have a volatile formula in the Personal.xls, such as
=TODAY(). When a workbook opens with a volatile formula, the workbook is
marked as dirty, so you will be asked to save it when it closes.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Back
Top