Ribbon Office 2013

Hello! I am using the following code for my program. I want it to look like Office 2013, you should only add the reference to the project that comes with WPF 4.5 and is System.Windows.Controls.Ribbon. I have a problem, when I select one tab, outline, not completed.
<Window x:Class="WpfApplication1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
WindowStartupLocation="CenterScreen">
<Window.Resources>
<Style TargetType="Ribbon">
<Setter Property="Background" Value="White"/>
<Setter Property="Foreground" Value="Black"/>
<!--<Setter Property="BorderBrush" Value="{x:Null}"/>-->
<!-- TODO Template
But how does this work? :/
-->
</Style>
<Style TargetType="RibbonGroup">
<Setter Property="Background" Value="Transparent"/>
<!--<Setter Property="MouseOverBackground" Value="Transparent"/>
<Setter Property="MouseOverBorderBrush" Value="Transparent"/>-->
</Style>
<Style TargetType="RibbonTabHeader">
<Setter Property="Background" Value="White"/>
<Setter Property="BorderBrush" Value="Transparent"/>
<Setter Property="FontSize" Value="13"/>
<Setter Property="Padding" Value="15,2,15,2"/>
<Setter Property="BorderThickness" Value="1,1,1,5"/>
<Setter Property="Margin" Value="1,0,1,0"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="RibbonTabHeader">
<ControlTemplate.Resources>
<SolidColorBrush x:Key="CheckedBackground" Color="#FFF5F6F7"/>
<SolidColorBrush x:Key="CheckedBorderBrush" Color="#FFDBDCDD"/>
<!--<SolidColorBrush x:Key="FocusedBackground" Color="#FFFDFDFF"/>
<SolidColorBrush x:Key="FocusedBorderBrush" Color="#FFEDEEEE"/>
<SolidColorBrush x:Key="MouseOverBackground" Color="#FFFDFDFF"/>
<SolidColorBrush x:Key="MouseOverBorderBrush" Color="#FFEDEEEE"/>-->
</ControlTemplate.Resources>
<Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
<ContentPresenter Margin="{TemplateBinding Padding}" HorizontalAlignment="Center" VerticalAlignment="Center" RecognizesAccessKey="True"/>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsRibbonTabSelected" Value="True">
<Setter Property="Background" Value="{DynamicResource CheckedBackground}"/>
<!--<Setter Property="BorderBrush" Value="{DynamicResource CheckedBorderBrush}"/>-->
<Setter Property="BorderBrush" Value="#FFB9C9DA"/>
<Setter Property="Foreground" Value="Blue"/>
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<!--<Setter Property="Background" Value="{DynamicResource CheckedBackground}"/>-->
<!--<Setter Property="BorderBrush" Value="{DynamicResource CheckedBorderBrush}"/>-->
<!--<Setter Property="BorderBrush" Value="#FFB9C9DA"/>-->
<Setter Property="Foreground" Value="Blue"/>
</Trigger>
<!--<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsRibbonTabSelected" Value="False"/>
<Condition Property="IsMouseOver" Value="True"/>
</MultiTrigger.Conditions>
<Setter Property="Background" Value="{DynamicResource MouseOverBackground}"/>
<Setter Property="BorderBrush" Value="{DynamicResource MouseOverBorderBrush}"/>
</MultiTrigger>-->
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Window.Resources>
<Grid>
<Ribbon>
<RibbonTab Header="INICIO">
<RibbonGroup Header="Portapapeles">
<RibbonButton Label="Hola" LargeImageSource="Imágenes/Artículo.png" Height="Auto" VerticalAlignment="Top"/>
</RibbonGroup>
<RibbonGroup Header="Fuente">
<RibbonButton Content="Fuente"/>
</RibbonGroup>
</RibbonTab>
<RibbonTab Header="INSERTAR"/>
<RibbonTab Header="DISEÑO"/>
<Ribbon.ApplicationMenu>
<RibbonApplicationMenu SmallImageSource="Imágenes/Usuario.png">
<RibbonApplicationMenuItem Width="Auto" Header="Iniciar sesión..." ImageSource="Imágenes/Usuario.png"/>
<RibbonApplicationMenuItem Width="Auto" Header="Cambiar contraseña..." ImageSource="Imágenes/Usuario.png"/>
<RibbonApplicationMenuItem Width="Auto" Header="Cerrar sesión..." ImageSource="Imágenes/Usuario.png"/>
</RibbonApplicationMenu>
</Ribbon.ApplicationMenu>
</Ribbon>
</Grid>
</Window>
Attached 2 images, the first is what I get done, the other is what I would like.

Try this template: https://gist.github.com/drayde/75526b570a266f5f8f38
And I would suggest you trying this control: https://github.com/fluentribbon/Fluent.Ribbon
Best Regards,
Please remember to mark the replies as answers if they help

Similar Messages

  • Office 2013 (Mainly Outlook) Ribbon Menu Display Error

    So i have created a MDT System Image for deploying Windows across our Business we are currently using Windows 8.1 32/64Bit Office 2013 SP1 now i have recently updated the image simply to install the latest load of Windows Updates so we are not installing
    a load of updates when imaging a machine. a lot of our users are reporting issues in Office mainly Outlook but Word has the issue also, the Ribbon bar has Pixelated Display issues and one would have to close he application and re-open to resolve. 
    Now i have uploaded two screenshots to my box account and shared the images below as you can see from the screenshots it looks to be a display issue but it is only the Office Applications that fall victim, once you change to something else it dissapears
    but this is happening a few times a day now. i have blanked out with black boxes the secure information from our relevant party's they are separate to the issue.
    https://app.box.com/s/fd1e8vw5gr7hbtxo42pb
    https://app.box.com/s/cyfsuad7uuml5uaq75az

    Hi,
    I would suggest you start Outlook in Safe Mode to determine if it's 3rd-party add-ins related:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    If there is no such problem in safe mode, disable suspicious add-ins to verify which add-ins caused this problem.
    Since you have mentioned that you also meet this problem in Word, I doubt if it's related to a setting in Office:
    In any Office application, such as Outlook, go to File -> Options -> Advanced -> Display -> Find "Disable hardware graphics acceleration", have you checked this box? If no, check it and click "OK" to save the setting.
    This option is added since Office 2013, and it's global, once it's set in an Office application, it applies to others as well.
    More information about hardware acceleration can be found in this article below:
    http://social.technet.microsoft.com/Forums/en-US/cc26ac52-5c94-468e-ac34-35c9dcc5b422/hardware-graphics-acceleration?forum=outlook
    We can also consider this:
    On the Desktop, right click on This PC(or Computer) icon, select
    Properties, then Advanced system settings on the left side, under
    Advanced tab, click on the Settings button for
    Performance.
    Now we see this:
    Uncheck the box for Animate controls and elements inside windows, click
    OK button.
    I hope the information can be helpful.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Acrobat XI Ribbon shows up with blank Buttons in Office 2013

    Hello,
    For some reason the Acrobat XI Ribbon is there in Office 2013 Applications.
    However the Buttons are showing up blank.
    In Addition trying to convert an Office File to .PDF from whithin an Office Application using the Ribbon Buttons results in silent quit of Adobe PDFMaker.
    While when trying to convert an Office File via Context Menu in Windows Exploreran Error Message showing up "An unexpected Error occured. PDFMaker was unable to produce the Adobe PDF."
    What I have tried so far:
    1. Tried to re-install the most recent Update 11.0.09
    2. Tried an Adobe Acrobat Repair via Windows Programs & Features Menu
    3. Tried to completely un-install / re-install Adobe Acrobat XI
    4. Checked whether COM Add-Ins are properly configured in Office 2013 Options / Add-Ins
    All of these attempts did not help to resolve the issue.
    Please advise on how this can be fixed ?
    Thanks & Regards

    Hello,
    For some reason the Acrobat XI Ribbon is there in Office 2013 Applications.
    However the Buttons are showing up blank.
    In Addition trying to convert an Office File to .PDF from whithin an Office Application using the Ribbon Buttons results in silent quit of Adobe PDFMaker.
    While when trying to convert an Office File via Context Menu in Windows Exploreran Error Message showing up "An unexpected Error occured. PDFMaker was unable to produce the Adobe PDF."
    What I have tried so far:
    1. Tried to re-install the most recent Update 11.0.09
    2. Tried an Adobe Acrobat Repair via Windows Programs & Features Menu
    3. Tried to completely un-install / re-install Adobe Acrobat XI
    4. Checked whether COM Add-Ins are properly configured in Office 2013 Options / Add-Ins
    All of these attempts did not help to resolve the issue.
    Please advise on how this can be fixed ?
    Thanks & Regards

  • Power Map in Excel 2013 (Office 2013 Professional Plus) will not show up in ribbon

     I have tried literally everything and nothing works.
    I can download the preview version of the Powermap addin and it works.
    But by default the add-in will not show up in the ribbon.
    I uninstalled , reinstalled, re-ran SP1 of office 2013. double checked the load behaviour,
    ran a repair.. nothing works.
    Powerview displays fine, Bing Maps... just not Power Map

    Hi Kenneth,
    Since you are using Office 2013 Professional Plus, you can only use Power Map Preview for Excel 2013, which is an unsupported add-in. See:
    https://support.office.com/en-in/article/Power-Map-for-Excel-82d65bd7-70c9-48a3-8356-6b0e82472d74
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PDF Maker Icon on Office 2013 Ribbon

    XI Pro installed. Windows 7 64 bit. Trying to get PDF Maker Icon on Office 2013 ribbon. In Add-ins, PDFMaker is an active ofifce Com add-in.

    Hi Ric1944,
    Please update Acrobat to v11.0.7 and check.
    The pdfmaker plugin does not get enabled with the base version 11.0
    Regards,
    Rave

  • Office 2013 : Ribbon some commands are not available

    hi,
    Sometimes, in excel or others applications, we have some issues regarding ribbon : commands are not functional !
    We must close office applications to get back to a normal state.
    We did a migration from Office 2007 to Office 2013.
    best regards

    Hi,
    First, please make sure your Office program is fully patched.
    If you installed any third-part program that is integrated to Microsoft Office, please temporarily disable the integration to check the result. Also try to disable all add-ins in Office programs to check the result.
    In addition, please try to run a repair of your Office installation and then test the issue again:
    http://office.microsoft.com/en-in/project-help/repair-office-programs-HA010357402.aspx
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Acrobat ribbon missing on office 2013 (specifically outlook and word)

    I just downloaded acrobat xi on my desktop PC w/ windows 7 professional.
    The acrobat ribbon is missing on outlook and word programs.  I tried the troubleshoot recommended by adobe and it does not work.
    Any suggestions?

    Hi Mardic,
    Compatibility with Office 2013 has been added from Acrobat 11.0.1 on-wards.
    You need to update Acrobat for the pdfmaker to appear in Office applications. The latest version is 11.0.10
    Regards,
    Rave

  • Ribbons in all programs in Microsoft Office 2013 Display different in the two user accounts

    Purchased a Lenovo u530 and installed Office 2013 Home and Offce
    There are two accounts and all the office programs when opened in one account  the ribbon section display very large in one account and small in the other.  The large ribbon in the programs is very annoying and take a lot of space.
    I need to correct the problem. please help.  Thanks
    Tried to post pictures but not allowed  to post.
    Any idea how to fix the fonts in the ribbons.

    I think that would be fixed from the Windows setting. Try modify the Menu size in the Display options, right mouse click on the desktop, choose personalize and then choose menus/Display from the bottom option, then 100% to fix the large ribbon problem.
    Tony Chen
    TechNet Community Support

  • Office 2013: 10 Best Features You Should Know About

    The new Office 2013 has some key updates that, while aren’t quite as dramatic as theWindows 8 from Windows 7change, still have some pretty cool features for mobile and desktop.  Office 2013, will ship sometime next year at prices that have not been announced
    yet.  Check out the top 10 features:
    Going Mobile. Microsoft has geared the new software towards a more mobile-friendly audience, allowing users to interact more
    efficiently on mobile and tablets including finger and stylus controls that may help to spur Office’s migration to mobile devices. Another decidedly mobile move is Office Home and Student 2013 RT, which includes Word, Excel, PowerPoint, and OneNote, will come
    with ARM-based Windows 8 devices including Microsoft Surface .
    In The Cloud. Microsoft’s SkyDrive cloud service is being positioned to play a key role in Office users’ daily computing
    lives. Office 2013 will save your documents to SkyDrive by default, enabling you to access files from multiple devices, including a smartphone and tablet. When you sign into Office from another device, your personalized settings and recently used files
    are already there for you. The new Office is available as a cloud-based subscription too. Office 365 is now also available for home-based users as well as businesses. Subscribers will get automatic upgrades, additional SkyDrive storage, multiple installs for
    several users, and added perks such as international calls via Skype.
    Finger and Stylus. Office 2013 embraces touch and pen input. The touch and stylus features are geared towards smartphones and
    tablets, as well as multi-touch laptops. The touch features are the same as users are accustomed to on their smartphones and tablets; swipe a finger across the screen to turn a page, pinch and zoom to read documents, and write with a finger or stylus.
    Metro Style. Office 2013 conforms to Microsoft’s “Metro” look that’s pervasive across the software developers latest mobile
    apps. The Office Ribbon in Word 2013 has a flatter look than its predecessor in Word 2010.
    PDF’s in Word. You can now edit PDF files in Word 2013 (yay!). Simply open a PDF as you would any other document. Word maintains
    the formatting of the file which is fully editable. You can insert pictures and videos from online sites such as YouTube and Facebook as well. And readers can watch video clips from inside your document.
    Excel. Excel offers some useful upgrades including new templates for budgets, calendars, forms, and reports. The new Quick
    Analysis Lens lets you convert data to a chart or table in a couple of steps. Flash Fill recognizes patters in your data and automatically fills cells accordingly. For example: if you want to separate first and last names into separate columns simply begin
    typing the first names in a new column, press Ctrl+E and Excel will copy the first names for you.
    PowerPoint Has Gained Power. PowerPoint 2013 now sports an updated Start screen with a variety of new themes and color schemes.
    The Presenter View now makes it easier to zoom in on a diagram, chart, or other detail that you want to emphasize to the audience. The Navigation Guide lets you switch slides, even move out of sequence, from a grid that you can see but your audience can’t.
    Presentations can be worked on from different PCs by colleagues to create a single presentation. Comments are allowed and presentations are saved online by default to SkyDrive.
    OneNote. OneNote automatically saves your notes to Skydrive, you don’t have to click “Save”, making your brainstorming sessions
    readily available across multiple devices. OneNote 2013 allows you to grab screens and add them to your notebooks.
    Skype Has Been Integrated. You can now integrate Skype contacts with Microsoft’s enterprise-oriented Lync communications platform
    for calling and instant messaging. Office subscribers get 60 minutes of Skype international calls each month.
    Going Social. Office now includes Yammer, a secure and private social network for businesses that Microsoft tentatively acquired.
    Yammer integrates with SharePoint and Microsoft Dynamics, the company’s line of CRM and enterprise resource planning apps. Office 2013′s People Card tool provides detailed information about your contacts, including their status updates from Facebook and LinkedIn.

    Awesome!
    Thanks for sharing the greate experience here. This is a good summary of Office 2013 cool features which is definitely useful for those who want to learn about the new Office.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • ? Office 2013 to support Excel 2003 (XLS) spreadsheets containing VBA CommandBars references

    Thanks in advance for reading this and offering any wisdom you have! I am not an expert in any of the following, so apologies if off base.
    The basic problem is: I need to use Excel 2013 to support Excel 2003 (XLS) spreadsheets containing VBA 'CommandBars' references which don't seem to work in Excel 2013. Details below.
    Most of our users are still using older desktop windows PCs and Office 2003!  We are beginning to upgrade to laptops running Windows 8.1 with Office 2013.  Of course, we IT technical people are using the new laptops first. These new laptops are
    64 bit.
    Years ago, someone did a lot of development with spreadsheets here in Excel 2003 file formats that automates many activities and routines. Now we with the new laptops are having to support this development using new machines.
    There is a basic compatibility issue that appears when first opening these Excel 2003 files that have VBA code that I'll detail below; I seem able to get by that problem.
    The current problem appears to be that the existing Excel 2003 VBA code has many references to: "For Each bar In Application.CommandBars". As I've learned, the Application.CommandBars VBA functionality is focused on older MS Office versions' menu
    commands, but "...Starting from Office 2007 the Fluent UI is used instead."  In other words, because MS Office isn't menu-driven beginning with version 2007 (uses 'the ribbon'), it appears that these references to: "For Each bar In Application.CommandBars"
    create a basic incompatibility to opening these spreadsheets in Office 2013.
    For a spreadsheet, after I resolve the issue detailed below and save it, when I reopen it I encounter error "Compile error: can't find project or library." 
    For example, the following code snippet:
    Private Sub Workbook_Open()
    For Each bar In Application.CommandBars
            bar.Enabled = False
        Next
    results in: "Compile error: can't find project or library." 
    (Sorry, can't include images yet, I am not a VERIFIED USER of this forum yet.)
    I went into VBE's menu: Tools>References and check for anything marked MISSING, which I deselected. But I am still receiving this error.
    I don't want to get into changing the code a lot to support both Excel 2003 and 2013 (I am no VBA expert, just a dabbler).
    And Microsoft officially says that Office 2003 is incompatible with Windows 8 although Application.CommandBars seem to be somewhat supported in Office 2013 .
    Are you aware of a quick VBA workaround to get by this?
    •I could comment out the validations, commands for: "For Each bar In Application.CommandBars" but then the spreadsheet code probably won't work for users using Office 2003.
    Alternatives would be:
    •Installing Office 2003 on my Win 8.1 64 bit laptop anyway, in spite of MS's saying incompatible, since this thread discusses at least one person has been able to use Office 2003
    •Keeping one older PC with Office 2003 on it for us to support the old Office 2003 code until everyone upgrades their systems
    Thanks
    Basic compatibility issue that seems solvable:
    Opening these spreadsheets displays this error:
    Compile error:
    The code in this project must be updated for use on 64-bit systems.
    Please review and update Declare statements and then mark them with the PtrSafe attribute.
    This seems resolvable by going into the VBA code and just adding element 'PtrSafe' where functions are declared; in other words, replacing VBA code "Declare Function" with "Declare PtrSafe Function" seems to get by this.

    Hi Allan_L,
    Please try the methods that provided above. And this is the forum to discuss questions and feedback for Microsoft Excel, your issue is related to Excel DEV, if you have further question, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Office 2013 and SharePoint 2013 server properties - The required term set is not available.

    Hi,
    After creating new document from ribbon with the new document function on any template the managed metadata based server properties cannot be selected and properties boxes are grayed out. Mouse over displays "The Required term set is not available".
    Works fine when using it form resource (SharePoint) domain both with user domain and resource domain accounts.
    There is a two-way trust btw domains.
    SPNs are done for AppPools.
    AppPool accounts have delegations and are set to impersonate with GPO.
    SharePoint Web Application is on kerberos authentication.
    There is no difference when sites are using user or resource domain AppPool accounts.
    The WFE and SQL Server have computer delegations.
    Server env: Windows Server 2008 R2 with all updates, SQL Server 2008 R2 with all updates, on-prem SharePoint Server 2013 with no CU.
    User env: Windows 7 ENT, IE10 and Office 2013 with all updates.
    There is no internet connection and internet connection is not possible. The internet connection is cheated with two DNS A record setting for
    www.msftncsi.com and dns.msftncsi.com. Also registry changes "ActiveDnsProbeContent" ip- address for Win7 is done via GPO to private IP. This is done because otherwise check-in/check-out does not work.
    Last things on IIS log are:
    2014-01-24 10:38:36 192.168.n.n PROPFIND /TestDoc - 5445 0#.w|userdomain\test3-user 192.168.51.51 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 207 0 0 639
    2014-01-24 10:38:37 192.168.n.m OPTIONS / - 5445 0#.w|userdomain\test3-user 192.168.51.51 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 200 0 0 842
    2014-01-24 10:38:54 ::1 POST /_vti_bin/sharedaccess.asmx - 5445 - ::1 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 200 0 0 15
    2014-01-24 10:39:25 ::1 POST /_vti_bin/sharedaccess.asmx - 5445 - ::1 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 200 0 0 0
    2014-01-24 10:39:56 ::1 POST /_vti_bin/sharedaccess.asmx - 5445 - ::1 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 200 0 0 15
    2014-01-24 10:40:27 ::1 POST /_vti_bin/sharedaccess.asmx - 5445 - ::1 Microsoft+Office+Word+2013+(15.0.4551)+Windows+NT+6.1 200 0 0 15
    What I missed.
    Br,
    -timo-

    Same problem here!. Giving the computer network access allows the control to be populated. Then I disabled and restarted and it seems to be ok....

  • App-V CRM 2013 Outlook Client and Office 2013 Click to Run

    Hi,
    I'm trying to get going with enbing the CRM 2013 for Outlook client with the VL version of Office Pro Plus 2013.  I have successfully published and use Office App-V package in a test environment.  App-V version 5.0 SP2 is installed on the client
    PC (Windows 7 64bit).  SCCM 2012 R2 is used to publish APP-V applications to user groups.
    I have sequenced the CRM 2013 Outlook client (offline mode disabled) with UR2 and published it using SCCM as a "Add-on or Plug-in.  I've also created a connection group so that the App-V version of Office 2013 is able to connect to the sequenced
    CRM client.  The client installs successfully, but the CRM tab doesn't appear in the Outlook Ribbon, and the Configuration Wizard crashes each time it is launched.  The App-V event log is blank (which I'm taking to be a good sign).  All CRM
    client prerequisites have been preinstalled on the target PC.
    I'm thinking that the CRM client can't see the Outlook application and therefore crashes and doesn't integrate with the Outlook application.  Problem Signature 09 (from the crash explanation) states "System.NullReference Exception".
    I can't seem to find much out there for sequencing the 2013 version of the client.  Has any else managed this yet or have any ideas where I'm going wrong?
    Thanks,
    Tim

    Hello,
    I would use Process Monitor to understand what happens and to see why Outlook isn't seeing the plugin, and why the wizard is crashing
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • WSUS updates not applying to Office 2013 Home and Business OEM version

    Hi
    For some reason I cannot get WSUS updates to automatically install on clients running Office 2013 Home and Business OEM version.
    For example
    If user opens any of the office 2013 apps e.g. Outlook , word etc, it prompts a message at the top under the ribbon toolbar; UPDATE NOW.
    All other updates for OS are downloading and installing just fine from our WSUS server.
    What could this be?
    I dont have this issue with clients running office 2003

    First thing you need to do is be absolutely certain which edition of Office you have installed.
    There are five editions of "Office 365" and these days, almost anything that is "OEM" is almost certainly Office 365:
    Office 365 Home
    Office 365 Personal
    Office 365 Small Business
    Office 365 Small Business Premium
    Office 365 Midsize Business
    Office 365 ships with an activation code for an online management account, and authorizes the installation of the software on up to five devices. Office 365 is updated via the WEB .. ONLY.
    In addition there are three editions of Office 2013:
    Office Home & Student
    Office Home & Business
    Office Professional
    If you have one of these three editions, you should also have a DVD and a Product Activation Code for the SINGLE-PC installation which is licensed for these editions provided by the vendor of your computers. Office 2013 can be updated using WSUS.
    Since you're getting a prompt IN THE APPLICATION to "Update Now", I believe you're looking at instances of Office 365, not Office 2013. Office 2013 (desktop) does not provide in-product prompts for updates/upgrades.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Acrobat XI & Not Seeing Acrobat Main Tab in Office 2013

    I bought Acrobat XI & Office 2013.  Installed Acrobat XI first.  Then Installed Office 2013 next.  Opened Office 2013 word, excel, outlook, etc and NO Acrobat main tab.  Checked forums & Acrobat support and made sure Add-Ins in the customized Main Tab was checked, and COM Add-ins is pointing to XI and not disabled.  Still NO Acrobat main tab in the ribbon.  What am I doing wrong?!
    MS Word 2013, Excel have the Acrobat in the Add-ins but is missing Acrobat tab to right of View. Only in MS Outlook I got an error message (pic 3).
    MS Word 2013 w/o Acrobat XI - there's the Acrobat checked on Add-ins but doesn't have the main tab to the right of View.
    MS Excel 2013 w/o Acrobat XI - there's the Acrobat checked on Add-ins but doesn't have the main tab to the right of View.
    MS Outlook 2013 w/o Acrobat XI - there's the Acrobat on Inactive Add-ins and have the following error message:
    "Not loaded. A runtime error ocurred during the loading of the Add-in."
    Please help me, I don't know what else to do, installed and re-installed both MS-Office & Acrobat in different order. Nothing worked.
    Any suggestions?
    Sandra

    Hi Sandra,
    Can you please update Adobe Acrobat XI and then check for the issue. The latest version of Adobe Acrobat XI is 11.0.06. You can update Acrobat by following steps below:
    - Launch Acrobat XI;
    - Click on Help --> Check for Updates.

  • My Acrobat tab is missing in Office 2013

    I have office 2013 (Windows 7) and Acrobat XI (Creative Cloud). I have always had an Acrobat tab and have used it successfully many times to create PDFs. Recently it has gone missing. I no longer have the tab, and I can no longer create PDFs. I can still print to PDF, but this does not create any book marks for headings and such in Word, so the PDF is not very useful to me. I frequently create large documents and really need that feature that the ribbon tab gave me to be able to have all the Word headings converted to bookmarks in the PDF.
    I have tried uninstalling and reinstalling: Acrobat, the PDF Maker, the PDF Maker and Acrobat, and Office all to no avail. This morning I unistalled Office and Acrobat, rebooted, then reinstalled and still nothing. When you open Options in Word, it shows the addin is not checked (disabled) If i try to check it, it does not take. I mainly create PDFs from Word, so this is my primary concern, but I also checked the other Office apps. In Outlook, it shows it also unchecked with a message below that says there was an error loading. Excel and PointPoint interesting enough show the plugin loaded, but there is still no ribbon tab, nor buttons.
    Here are some images:
    So I am at a loss. I am not sure how to fix this problem, or what caused it in the first place. As it used to work just fine on this computer.
    Any assistance is apprecaited. Thank you.

    When you post, do not expect an immediate answer. We users do not live on this site and check periodically. However, one of us is often around. I was considering replying about doing the updates when I got to your second post. Actually 11.0.01 is even old. You should be able to do updates from the Help menu in Acrobat or download them from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows. The updates generally have to be installed in order (most are not cummulative).
    WORD 2013 was released after Acrobat 11.0.0, requiring the updates for Acrobat to properly operate. Even if a beta was available, Adobe does not generally target the beta for updates since they are often totally different from the final release, wasting a lot of programming time on the part of Adobe.

Maybe you are looking for

  • Why it takes a long time for my MacBook Air to turn on?

    I brought my MacBook Air at a Power Mac Center to fix vertical lines on the screen. The vertical lines were removed. But since then, when I turn on my laptop, it takes a long time before it actually turns on. Sometimes, after pressing the power butto

  • About Read stmt

    Hi Friends, can anyone .. Explain this below READ statement. LOOP AT it_hrp1000.     READ TABLE it_hrp1000 WITH KEY plvar = p_plvar                                and otype = p_otype                                and endda = p_endda2                

  • Having problems printing pathlist in Leopard

    Hello all! At my workplace we recently got a few new G5's running Leopard and are having some difficulties with some scripts. This script in particular should accept a file name or multiple file names and should output the pathlist of the files to te

  • Outbound - 820 - PEXR2002

    Hi, I'm using IDOC PEXR2002 & message type PAYEXT for outbound 820. I need to provide Invoice Header Text in the itme level data, but the Idoc doesn't return this. Please advise. Regards, Gajendra

  • How do I find my previously posted questions?

    Try to find my posted questions in forum.  Please help