+ Reply to Thread
Results 1 to 6 of 6

Excel 2010 Changing default Blank Page Settings

Hybrid View

  1. #1
    Registered User
    Join Date
    04-23-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    10

    Excel 2010 Changing default Blank Page Settings

    Good Afternoon

    My office recently upgraded to Office 2010 and we would like (in the accounting department that I work in) to change the default number formating in a blank sheet to Number, 0 Decimals, using seperators, from the current default of general format number.

    I have looked for the Book.xltx file to replace but can't see it any where.

    Please help, can this be done?

    Chris
    Auckland
    New Zealand

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel 2010 Changing default Blank Page Settings

    Maybe checkout
    File=>options=>Advanced

  3. #3
    Registered User
    Join Date
    04-23-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel 2010 Changing default Blank Page Settings

    Thanks, had looked there, nothing that will edit the default setting.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Excel 2010 Changing default Blank Page Settings

    In the same advance window there is a line
    At startup,open all files in:
    You can enter the file address there.

    I also found this bit of code
      If MsgBox(Application.StartupPath, vbOKCancel) = vbOK Then
        Shell "Explorer " & Application.StartupPath
      End If
    It shows where your startup file is located.

  5. #5
    Registered User
    Join Date
    04-23-2012
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Excel 2010 Changing default Blank Page Settings

    Found it.


    You can save a user formated defined template book to:

    C:\Users\<username>\AppData\Roaming\Microsoft\Excel\XLSTART

    Beware that in overwriting the general format for the cells, it will not register dates etc, you will need to manually change this going forward. Note that there is no pre-existing template in that location.

    Thanks everyone

  6. #6
    Registered User
    Join Date
    07-01-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2010 Changing default Blank Page Settings

    Thanks Dave,

    Code worked for me too

    Nick

+ 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