WORD UP!

  • Man, I'm starting to hate Office 2007. My operating system is XP Pro sp2. Everytime I reboot and then go to use Office, it goes through the first time initialization procedure again. Does anyone know of a cure that I could apply for that huge annoyance? Oh, yeah... I'm logging in with Windows Admin privs on my local box.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Dang, someone told me last year what causes that and I can't remember ... 🙁

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • RBarryYoung (8/5/2009)


    Dang, someone told me last year what causes that and I can't remember ... 🙁

    Heh... obviously you can't remember who that someone is either. 😛 If you remember, I sure could use the leg up. Thanks, Barry.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Yowch! Thought I'd give a little feedback on this nasty little problem. I found the cause... I'm one of those folks that does things like reject cookies and I do a regular "delete" under "Tools, Internet Options" in Windows. The delete I do is the cause. Now, I have to find the reason as in which one of those things that I delete on a regular basis is the cause of this.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Heh... crud. False alarm. It was a coincidence... I just did the same delete again and Word still came up properly. Dang...

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • I was going to say cookies is a really bad design.

    My guess is that something is not getting written to the registry. Usually that init procedure is some "one time" thing in the registry. I'd look for something here: http://support.microsoft.com/kb/314866

  • Could it be related to this?

    http://support.microsoft.com/kb/314866

    (That only applies to the EULA acceptance part, admittedly, but thought I'd throw it out there as a possibility...).

  • I'll take a look at that. Thanks guys.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • How the heck did it happen that the link I posted is the same as Steve's? The one I *meant* to post is this one:

    http://support.microsoft.com/kb/884202

    No idea what happened there!

  • No problem... thanks for taking the time to repost. It's another avenue I can check. Thanks.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff,

    3 additional thoughts.

    1) By chance - is the workstation frozen by utilizing something like deep freeze? If so, that would do it. Unfreeze it and start it up then refreeze it again.

    2) open up the customization window and go to the resources tab. From there, run the MS Office Diagnostics tool to see if that corrects the problem.

    3) Try creating another windows user account and run through the sequence again. It should run the initial sequence once for each account. See if the new account is having the same problem.

    Good luck. I will continue to think about this one.

    Joe

  • Thanks for the help, Joe. I appreciate the time.

    The answers would be "no, nothing like that going on" to 1, "did both before and yes, same problem" to 3, and "thanks, I'll definitely try that" to 2.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden (8/12/2009)


    Thanks for the help, Joe. I appreciate the time.

    The answers would be "no, nothing like that going on" to 1, "did both before and yes, same problem" to 3, and "thanks, I'll definitely try that" to 2.

    So, Jeff, did you figure this one out?

  • No, not yet. Still have too many fires with sticks in them. :hehe:

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Another thing I came across is...

    Make sure that you have a licensed software version and that it has been activated.

    Still looking.....

    Joe

Viewing 15 posts - 1 through 15 (of 35 total)

You must be logged in to reply to this topic. Login to reply