+ Reply to Thread
Results 1 to 5 of 5

personal.xls won't open when I start Excel

  1. #1
    Tired of Bugs
    Guest

    personal.xls won't open when I start Excel

    Recently, the personal.xls file won't open when I start Excel. The box for
    "Open all files in " on the general tab under tools/options is blank. When
    I've tried to change this to the Microsoft Excel startup directory
    (C:\Documents and Settings\MyName\Application Data\Microsoft\Excel\XLSTART),
    which does have the personal.xls fiel in it, it won't let me. As soon as I
    click OK, it reverts back to a blank box. Any ideas? This is a recent
    phenomena, as it worked fine for the past 9 months and don't really have any
    idea as to what I might have changed (if anything). I have some very
    valuable macros that I use often through buttons on a custom toolbar, so this
    is really inconvenient.

    Thanks,

    John

  2. #2
    Gary''s Student
    Guest

    RE: personal.xls won't open when I start Excel

    Have you recently changed your Excel Security settings?
    --
    Gary''s Student


    "Tired of Bugs" wrote:

    > Recently, the personal.xls file won't open when I start Excel. The box for
    > "Open all files in " on the general tab under tools/options is blank. When
    > I've tried to change this to the Microsoft Excel startup directory
    > (C:\Documents and Settings\MyName\Application Data\Microsoft\Excel\XLSTART),
    > which does have the personal.xls fiel in it, it won't let me. As soon as I
    > click OK, it reverts back to a blank box. Any ideas? This is a recent
    > phenomena, as it worked fine for the past 9 months and don't really have any
    > idea as to what I might have changed (if anything). I have some very
    > valuable macros that I use often through buttons on a custom toolbar, so this
    > is really inconvenient.
    >
    > Thanks,
    >
    > John


  3. #3
    Tired of Bugs
    Guest

    RE: personal.xls won't open when I start Excel

    Not that I am aware of, unless one of the recent Microsoft security updates
    did it automatically without my knowledge.

    John

    "Gary''s Student" wrote:

    > Have you recently changed your Excel Security settings?
    > --
    > Gary''s Student
    >
    >
    > "Tired of Bugs" wrote:
    >
    > > Recently, the personal.xls file won't open when I start Excel. The box for
    > > "Open all files in " on the general tab under tools/options is blank. When
    > > I've tried to change this to the Microsoft Excel startup directory
    > > (C:\Documents and Settings\MyName\Application Data\Microsoft\Excel\XLSTART),
    > > which does have the personal.xls fiel in it, it won't let me. As soon as I
    > > click OK, it reverts back to a blank box. Any ideas? This is a recent
    > > phenomena, as it worked fine for the past 9 months and don't really have any
    > > idea as to what I might have changed (if anything). I have some very
    > > valuable macros that I use often through buttons on a custom toolbar, so this
    > > is really inconvenient.
    > >
    > > Thanks,
    > >
    > > John


  4. #4
    Dave Peterson
    Guest

    Re: personal.xls won't open when I start Excel

    I have two guesses...

    One your personal.xls is not in the correct location (difficult to think that
    this could have changed, though).

    I'd open excel
    hit alt-f11 to get to the VBE
    hit ctrl-g to see the immediate window
    type this and hit enter:
    ?application.startuppath
    For me (winXP and xl2003), I get:
    C:\Documents and Settings\(username)\Application Data\Microsoft\Excel\XLSTART

    Move your personal.xls to that folder.

    My better guess...

    Maybe personal.xls was disabled...

    xl2002+ has the abililty to quarantine what it thinks are bad workbooks.

    They can keep track of them so that it doesn't even try to open them.

    If you look under Help|About MS Excel, you'll see a button called: "Disabled
    Items...".

    Check under there to see if it's marked not to open. You can enable it there,
    too.

    If the workbook is really bad, you may want to delete that copy and put a copy
    of your backup version into your XLStart folder.


    Tired of Bugs wrote:
    >
    > Recently, the personal.xls file won't open when I start Excel. The box for
    > "Open all files in " on the general tab under tools/options is blank. When
    > I've tried to change this to the Microsoft Excel startup directory
    > (C:\Documents and Settings\MyName\Application Data\Microsoft\Excel\XLSTART),
    > which does have the personal.xls fiel in it, it won't let me. As soon as I
    > click OK, it reverts back to a blank box. Any ideas? This is a recent
    > phenomena, as it worked fine for the past 9 months and don't really have any
    > idea as to what I might have changed (if anything). I have some very
    > valuable macros that I use often through buttons on a custom toolbar, so this
    > is really inconvenient.
    >
    > Thanks,
    >
    > John


    --

    Dave Peterson

  5. #5
    Tired of Bugs
    Guest

    Re: personal.xls won't open when I start Excel

    Thanks, Dave! The personal.xls was in the right place, but it was disabled.

    John

    "Dave Peterson" wrote:

    > I have two guesses...
    >
    > One your personal.xls is not in the correct location (difficult to think that
    > this could have changed, though).
    >
    > I'd open excel
    > hit alt-f11 to get to the VBE
    > hit ctrl-g to see the immediate window
    > type this and hit enter:
    > ?application.startuppath
    > For me (winXP and xl2003), I get:
    > C:\Documents and Settings\(username)\Application Data\Microsoft\Excel\XLSTART
    >
    > Move your personal.xls to that folder.
    >
    > My better guess...
    >
    > Maybe personal.xls was disabled...
    >
    > xl2002+ has the abililty to quarantine what it thinks are bad workbooks.
    >
    > They can keep track of them so that it doesn't even try to open them.
    >
    > If you look under Help|About MS Excel, you'll see a button called: "Disabled
    > Items...".
    >
    > Check under there to see if it's marked not to open. You can enable it there,
    > too.
    >
    > If the workbook is really bad, you may want to delete that copy and put a copy
    > of your backup version into your XLStart folder.
    >
    >
    > Tired of Bugs wrote:
    > >
    > > Recently, the personal.xls file won't open when I start Excel. The box for
    > > "Open all files in " on the general tab under tools/options is blank. When
    > > I've tried to change this to the Microsoft Excel startup directory
    > > (C:\Documents and Settings\MyName\Application Data\Microsoft\Excel\XLSTART),
    > > which does have the personal.xls fiel in it, it won't let me. As soon as I
    > > click OK, it reverts back to a blank box. Any ideas? This is a recent
    > > phenomena, as it worked fine for the past 9 months and don't really have any
    > > idea as to what I might have changed (if anything). I have some very
    > > valuable macros that I use often through buttons on a custom toolbar, so this
    > > is really inconvenient.
    > >
    > > Thanks,
    > >
    > > John

    >
    > --
    >
    > Dave Peterson
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1