Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-12-2020, 02:54 PM
ultrarunner2020 ultrarunner2020 is offline New document from backstage not same as normal Windows 7 64bit New document from backstage not same as normal Office 2010 32bit
Novice
New document from backstage not same as normal
 
Join Date: Oct 2018
Posts: 7
ultrarunner2020 is on a distinguished road
Default New document from backstage not same as normal

Hey all;

MS Office 2010 on Windows 10 (latest build).
MS Office set to dark theme.

Modified normal template to have dark gray (not black) document background with white text, and made some other style changes as well.


If I start word from the taskbar, I get a new document as per my normal template.
But if I go to backstage and select New > Blank Document, I get a new document with a black background (not the dark gray I set in normal), but it looks like my other custom styles (saved to normal) are good.


Thanks for your help


Ultrarunner
Reply With Quote
  #2  
Old 04-12-2020, 06:25 PM
Guessed's Avatar
Guessed Guessed is offline New document from backstage not same as normal Windows 10 New document from backstage not same as normal Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,975
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

That is odd. I would have thought the same template is used for both 'new' docs. What happens if you use Ctrl-N to create a new doc once Word is open?
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #3  
Old 04-12-2020, 07:54 PM
ultrarunner2020 ultrarunner2020 is offline New document from backstage not same as normal Windows 7 64bit New document from backstage not same as normal Office 2010 32bit
Novice
New document from backstage not same as normal
 
Join Date: Oct 2018
Posts: 7
ultrarunner2020 is on a distinguished road
Default

Thanks for your reply;
When I use Ctrl + N I get the same black background as from backstage.
Reply With Quote
  #4  
Old 04-12-2020, 09:10 PM
Guessed's Avatar
Guessed Guessed is offline New document from backstage not same as normal Windows 10 New document from backstage not same as normal Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,975
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Well at least there is some consistency there.

Is your dark grey background color chosen from the Theme Color palette or as an RGB color? What happens when you reopen a document which had the grey background?

Have you considered including a Document_New (or AutoNew) macro to set the background when the new document is created?
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #5  
Old 04-13-2020, 11:02 AM
ultrarunner2020 ultrarunner2020 is offline New document from backstage not same as normal Windows 7 64bit New document from backstage not same as normal Office 2010 32bit
Novice
New document from backstage not same as normal
 
Join Date: Oct 2018
Posts: 7
ultrarunner2020 is on a distinguished road
Default

Here's what I did to get the dark-gray background:


1. Selected the Black theme in Options
2. Opened the normal.dot using a line of VBA in the immediate window.
3. Made changes to the styles as desired. I selected Grayscale in style color, then made some other changes in styles, such as font size & color, hyperlink color, etc.
4. Changed page background color in Page Layout > Page Background > Page Color
5. Saved the normal.dot file open in the VBA editor, and saved again when closing Word.


So, the black background is what I selected using the Black theme, but for some reason, creating a new document from backstage or Ctrl + N is ignoring the page color I selected for normal.dot, reverting to the black which is default for the theme.
But I still get the changes I made to styles when I create a document, regardless of which method I use.


Note: The box 'Show background colors and images in Print Layout view is ticked for all documents.


I do have a VBA procedure in Normal/Modules/NewMacros.
This is the code in the procedure:


Code:
Sub AutoNew()
With ActiveDocument
    With .Background.Fill
        .ForeColor.ObjectThemeColor = wdThemeColorText1
        .ForeColor.TintAndShade = 0#
        .Visible = msoTrue
        .Solid
    End With
        .ActiveWindow.View.DisplayBackgrounds = True
    End With
End Sub
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA to Display Recent Files in Backstage skarden Word VBA 2 05-06-2017 04:42 AM
New document from backstage not same as normal Shutting off Backstage not Working Coreysan Word 5 09-08-2016 01:06 PM
Select backstage Print command programmatically NobodysPerfect Excel Programming 0 04-23-2015 08:52 AM
Customizing Backstage View in PowerPoint kenwarthen@gmail.com PowerPoint 1 05-26-2012 08:42 AM
Problems with the Normal Style when applied to a document. Bobosmite Word 3 04-13-2012 02:26 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:25 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft