Add Ins Menu in PowerPoint 2008

Can somebody tell me how can I include an add ins in powerpoint 2008?

This forum is for troubleshooting Apple Software Update for Windows, a software package for Windows designed to update Apple products that run on Windows, and not related to Microsoft Office. Please post Office related questions on Microsoft's own forums for their Mac products.
http://www.officeformac.com/productforums

Similar Messages

  • Add-Ins menu not visible in Crystal report for Sap Business One

    Hi,
    I have installed the Crystal Report Design for Sap Business One on my customer server.
    But when I open the Crystal Report I can't see the Add-Ins menu to put the rpt directly on my Sap Business One.
    I have installed it on many customer, but only with this I have this type of problem.
    There is some restriction on Sap Version/Patches or Authorization Users or some check that I have to set on Sap or on Crystal Report?
    Regards
    Marco

    Hi All,
    i have the same issue on crystal report add-ins. Have you able to solve this without upgrading our sap business one to the latest version or patch level? Please see details below.
    OS: MS Windows 7 SP1
    SAP Business One 8.82 pl7
    Crystal report 2011
    Crystal report integration package installed under B1_SHare/Client
    But still the problem persist on the workstation.
    Please help me solve this problem.
    Thank you,
    ana

  • Word 2007, Add-ins menu, items appear twice ...

    Hi
    I'm using win7 word 2007 and OPM 10.1.
    I'm attending a course in OPA/OPM and we have seen that the Add-ins menu appear weird.
    Several students that attend the course are seeing the same phenomena.
    If I select the add-in tab in word, the OPM short cuts appear twice, first one set, then when I scroll further to the right a second set appears.
    It is only the right most set that works.
    If I hover the mouse over the first set smiley face, the tooltip says "Haley Office Rules: Compile (Alt+R) ". If I check the tooltip of the rightmost set it says, "Oracle Policy Modeling: Compile (Alt+R)"
    I have only installed OPM 10.1 on this pc. Not any older version (like old Haley versions)
    kind regards,
    Michael

    Hi
    Try these 3 tips to restore the toolbar to how it should display:
    1. With your project open in Oracle Policy Modeling, run Update Oracle Policy Templates from the Tools menu. This will attempt to make sure the correct Word template is attached to each project Word document that is not currently excluded from the build. Open a Word document to see if the toolbar/ribbon is now displayed correctly. If not, continue to step 2.
    2. Try resetting the UI language for your project. To do this, choose Options from the Tools menu in Oracle Policy Modeling. Select Environment. Select General. Under Authoring UI Language, choose a language other than your preferred UI language, and click OK. Then repeat these steps to revert to your preferred language. Open a Word document to see if the toolbar/ribbon is now displayed correctly. If not, continue to step 3.
    3. Open one of the Word documents in your Policy Modeling project. Run the macro UpdateToolbar: In Word 2007, choose the View ribbon, then select Macros/View Macros, highlight the UpdateToolbar macro, then choose Run.
    Regards
    Matthew Bickham
    Applications Consulting Project Manager, Phone: +447787 570634
    Email: [email protected], Oracle Policy Automation, United Kingdom

  • VBA Code for Excel Add-in Menu Items

    Howdy.
    Every month my team needs to execute the same process on a couple hundred documents. It's time consuming and inefficient to say the least, so I'm looking for a means by which to call a couple of the menu items on the Excel BPC Add-Ins menu via VBA. Specifically, Park'n'Go; Expand All; and Send and Refresh Schedules.
    Basically what happens is this:
    Open File
    Set Park'n'Go to Live
    Expand All
    Refresh and Send Schedules
    Set Park'n'Go to Offline
    Save
    Exit
    Loop
    I know how to loop through the files and directories, I just don't know the commands for the functions from the menu via code. The macro recorder can't help me, and I've even tried to mimic a user's actions by using mouse coordinates and clicks, but that doesn't work b/c it doesn't allow for the necessary load time from BPC.
    Any help would be extremely appreciated.

    Hey Jeff,
    here are some vba commands that may help you.
    Open a certain file: (you can assign "Path" to a button or range)
    Dim Path As String
    Path = Application.GetOpenFilename("All Files (.),.")
    Opening the Park 'n Go dialog box:
    Application.Run ("MNU_ETOOLS_PARKNGO")
    Expand All:
    Application.Run ("MNU_ETOOLS_EXPAND")
    Sending data and refreshing the workbook:
    Application.Run ("MNU_eSUBMIT_REFSCHEDULE_BOOK_REFRESH")
    Saving a file OFFLINE:
    Dim FName As String
    FName = InputBox(prompt:="Please enter filename")
    If FName = "" Then
    Application.DisplayAlerts = False
    ActiveWorkbook.Close
    Else
    ActiveWorkbook.SaveAs Filename:="c:\" & FName
    ActiveWorkbook.Close
    End If
    Application.DisplayAlerts = True
    Hope, that will help you
    Karsten

  • Add-in Menu disappeard in Excel 2007

    Hi Guys,
    I have a problem that I don't able to see "add-Ins" menu in menu bar of my excel 2007. How should i enable this one?
    Many Thanks,

    Andrew,
    I've been using the ribbon since it's release and have not personally run across any issues.
    Make sure you get the very latest version of the toolbar as there was an issue with the 3.1 version (I think that was the release). I am running 3.2 at a client in Excel 2007/Essbase 11.1.2 and it's solid.
    The only downside I can think of is that it uses the same Alt-S key combination that SmartView uses, so to get to the keystrokes (which is really nice other than this issue) I have to type Alt-S-2-R to get a retrieve. This would not be an issue if SmartView is not in the mix.
    You can check this thread from their blog for a couple of issues others have found:
    http://www.in2hyperion.com/post/2010/03/21/Hyperion-Excel-Add-in-Ribbon.aspx
    See this link for the latest binaries and comments:
    http://www.in2hyperion.com/post/2011/02/14/Version-31-of-the-Excel-Essbase-Ribbon-is-available-for-download.aspx
    No, I don't work for these guys. But I do like their product and one certainly can't argue with the price.
    Regards,
    Cameron Lackpour

  • VSTO add-ins not loading

    We are in the process of moving from 2010 to 2013. There have been a couple VSTO add-ins for Office that used to work fine with 2010 but no longer work in 2013. Trying to enable them through the Add-ins menu does not work, and it says "Not loaded. A
    runtime error occurred during the loading of the COM add-in."

    Hi,
    This issue may be caused by the development environment changed, please see the below articles to troubleshoot this issue. 
    Troubleshooting COM Add-In load failures
    My Office Addin does not Load!
    If you want to do further troubleshooting, such as debug code, I recommend you post the question to VSTO forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsto
    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.

  • SAP Business Objects Add-ins

    Hello,
    I have a computer with SAP Business Objects 4.1 SP2 and SAP PowerDesigner 16.5.3.2 (4343).
    When I try to enable SAP BusinessObjects Add-ins I get the error message "Add-in SAP BusinessObjects license check failed".
    Anyone can help ?
    Kr,
    Thierry

    Hello Marc,
    As ex-Sybase customer, I wasn't aware about a version "Standard Edition" vs another one.  I just made a control about which version is installed.
    I made a control and I confirm the following elements:
    - It isn't PowerDesigner "Standard Edition"
    - Client platform is Windows 8.1
    - I noticed a problem with "gacutil.exe" during initial installation of version 16.5.
    - Associated license is "EnterpriseArchitect"'
    - I confirm I cannot activate several add-ins such as "SAP Business Objects", "SAP HANA" and "SAP ERP"
    - I see all add-ins mentioned before in PowerDesigner add-ins menu (General options)
    Kr,
    Thierry

  • How to delete ADD-INS listing in the "Tools menu

    Hi
    I deleted a couple of "ADD-Ins" I didn't need anymore "CalcTax" and "cTax" 
    stored in this directory: "C:\Users\John\AppData\Roaming\Microsoft\AddIns"
    The mistake I made is that they where active and now I can't delete the two menu listed in the "Tools Menu".
    I tried to redo the Add-Ins but it doesn't work.
    I ran the "Remove Control macro" below but no success.
    I checked the Registry for the two Add-Ins but found nothing.
    Below is one of the two Add-Ins macro but not the original one. I deleted them.
    and "No Backup"
    Does anyone know how I can remove the two entries in the "Tools menu.                
    Option Explicit
    Const cTag = "CalcTax "
    Sub Auto_Open()
        RemoveControl
        With Application.CommandBars("Worksheet Menu Bar").Controls("Tools").Controls.Add
            .Caption = "CalcTax"
            .Tag = cTag
            .OnAction = ThisWorkbook.Name & "!CalcTax"
    End With
    End Sub
    Sub Auto_Close()
        RemoveControl
    End Sub
    Private Sub RemoveControl()
    On Error Resume Next
    Application.CommandBars.FindControl(Tag:=cTag).Delete
    End Sub
    Sub start()
    UserForm1.Show 0
    End Sub
    Cimjet

    Re:  Menubars/menus xl2003 and earlier
    To remove any item from the menus...
    Right-click in the menubar area and choose Customize (a dialog box is displayed).
    Drag the unwanted menu item off of the menu and drop it over the worksheet.
    Close the dialog box.
    Jim Cone
    Portland, Oregon USA
    free & commercial excel programs (n/a xl2013)
    https://jumpshare.com/b/O5FC6LaBQ6U3UPXjOmX2

  • Presenter 7 installs, but no "Adobe Presenter" menu in PowerPoint

    System: Windows Vista SP1 with Office 2007.
    Presenter 6.1 has always worked for me without issues.
    I saw that Presenter 7 had been released, so I grabbed the
    trial version, uninstalled Presenter 6.1, and Installed Presenter
    7. Installation completes without issues. However, when PowerPoint
    is loaded, there is no Adobe Presenter menu present. I followed the
    instructions in the release notes for enabling a disabled add-in,
    but Presenter was not listed as an add-in (disabled or not).
    I've tried a repair installation, I've removed and
    reinstalled, nothing gives me the Adobe Presenter tab in PowerPoint
    2007.
    Anyone else experience this and found a solution? I can't
    wait to get my hands on Presenter 7, but if I can't get it
    installed, it's useless to me.
    For now, I reinstalled Presenter 6.1, and it is back and
    working fine.

    Hi All,
    To answer this, first we need to check if Adobe Presenter is installed on the computer system we are dealing with.
    The easiest and the quickest way would be to go to Control Panel > Add/Remove Programs > Program Features and check within the list of instralled applications.
    Once this is verified, launch Microsoft Power Point 2007 and click on the MS Office button on the top left.
    * From the drop down, select PowerPoint options.
    * Click on the Add Ins Tab on the left hand pane.
    * On the bottom of this page next to 'Manage' click the drop down list to select 'Disabled Items' and click 'GO'.
    * A second box would appear. On this smalll box click and highlight Adobe Presenter Com Add In from the list and click on 'Enable'.
    * Close Powerpoint window and relaunch MS Powerpoint.
    * You should now have the Adobe Presenter Tab available on the top menu bar for MS Powerpoint 2007.
    Regards,
    Ashish Prashad

  • Essbase Spreadsheet Add-in Menu Control Utility

    I downloaded the Add-in Menu Utility to limit access to some menu options. I have followed the instructions as published at http://www.essbase.com/main.asp?webpagekey=330. The last step states that the XLA needs to be loaded. But it appears that I have to manually load it each time I use the Spreadsheet Add-in. I am interested in knowing if there is a way for the Menu Add-in to automatically load when I launch MS-Excel. Please let me know how this can be done.Thank you.

    Hi,
    It sounds to me as you are using Smart View which is Oracle's way forward as an excel addin and it is this which will be developed going forward.
    The classic excel addin is still available for V11 but will not be continued to be developed. In the EPM installation it comes under the excel client option.
    If you have it installed it will be under \Hyperion\products\Essbase\EssbaseClient
    If you do have the files installed, in Excel 2007, go to "excel options" > "Add-Ins" > "Manage Excel Add-ins" > Go
    This should bring up the add-in window, click browse and select
    \Hyperion\products\Essbase\EssbaseClient\bin\essexcln.xll
    and
    \Hyperion\products\Essbase\EssbaseClient\bin\essxleqd.xla
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can we add a menu in Adobe Illustrator CS3?

    Hi
    I want to create a new menu in Adobe Illustrator menu structure, and I want to call another application through that menu. After hours of searching in web I came to know that  I have to work with Plugin programming. So I downloaded the adobe illustrator SDK CS3 and started the programming using Visual Studio .NET 2005 with the sample codes provided with the SDK. And I am still  not able to find out the any solution for adding a new menu. The problem is the the documentation provided with the sample code is too short, I am not able to understand the control flow , the functions used in the sample code.
    please help me!
    Sreejesh K V

    Hi,
    Thank you very much for your help
    I am not clear about the following code.
    extern AIErr addMenu( SPInterfaceMessage *message ) {
         AIErr error = kNoErr;
         // Add a menu item to the About SDK Plug-ins menu group.
         SDKAboutPluginsHelper aboutPluginsHelper;
         aboutPluginsHelper.AddAboutPluginsMenuItem(message,
                        kSDKDefAboutSDKCompanyPluginsGroupName,
                        ai::UnicodeString(kSDKDefAboutSDKCompanyPluginsGroupNameString),
                        "Adobe Plugin...",
                        &g->aboutPluginMenu);
         // Add other menus.
         AIMenuItemHandle          throwAwayAIMenu;
         AIPlatformAddMenuItemData throwAwayMenuData;
         AIMenuGroup                    throwAwayMenuGroup;
         char strBuffer[255];
         #define kMenuPlayMenuGroup     "Menu Play Group"
         #define kSDKMenuGroup     "SDK Group"
         // First we create a normal plug-in menu to use a hierarchical root                                   
         throwAwayMenuData.groupName = "Window Utilities";
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 1, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );
         error = sMenu->AddMenuItem( message->d.self, kSDKMenuGroup, &throwAwayMenuData,
                                            0, &throwAwayAIMenu );
         if ( error )
              goto error;
         // Now we declare the menu item a menu group
         sMenu->AddMenuGroupAsSubMenu( kSDKMenuGroup, 0, throwAwayAIMenu, &throwAwayMenuGroup );
         // Now we can add menu items to it.
         throwAwayMenuData.groupName = kSDKMenuGroup;
         *strBuffer = '\0';
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 8, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );     
         error = sMenu->AddMenuItem( message->d.self, "Auto Update 1", &throwAwayMenuData, 0,
                                            &throwAwayAIMenu );
         if ( error )
              goto error;          
         // enabled for paths and no masks in the selection
         error = sMenu->UpdateMenuItemAutomatically( throwAwayAIMenu, kAutoEnableMenuItemAction,
                        kIfPath | kIfGuide, kIfMask,
                        0, 0,
                        0, 0 );      // don't care about other update options
         if ( error )
              goto error;     
         sMenu->AddMenuGroupAsSubMenu( kMenuPlayMenuGroup, 0, throwAwayAIMenu, &throwAwayMenuGroup );
         throwAwayMenuData.groupName = kMenuPlayMenuGroup;
         *strBuffer = '\0';
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 2, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );     
         error = sMenu->AddMenuItem( message->d.self, "Menu Play", &throwAwayMenuData, 0,
                                            &throwAwayAIMenu );
         if ( error )
              goto error;          
         error = sMenu->UpdateMenuItemAutomatically( throwAwayAIMenu, kAutoEnableMenuItemAction,
                        0, 0,      // don't care about what's in artwork
                        kIfGroup, // is selected and
                        kIfTextPath,      // are not selected
                        0, 0 );      // don't care about other update options
         if ( error )
              goto error;     
         Can you give me the sample code to call the functions within the SDK API.
    For example adding an url in the plugin menu, calling another application ( .exe).
    I just tried to do myself but it ended in syntax error because I am not familiar
    With the VC++ programming.
    Thanks
    Sreejesh k v

  • Pressing S doesn't start or stop automatic slide show in PowerPoint 2008

    I have an automatic slide show created in PowerPoint 2008 which runs fine on PowerPoint 12.2.3 on a Mac running OS 10.5.8, but when running the same version of PowerPoint on 10.6.2, pressing the S and equal keys do not stop and start the presentation. The only thing that stops the automatic slideshow is control-mouse-click (which of course brings up the sub-menu). Has any one else experienced this?

    Hi Glo H,
    I tried that and it didn't fix the problem...the music still starts a bit choppy (part way into the music) at the tail end of the 1st slide/beginning of second. I don't know if I mentioned earlier, that the music, when it does come in, is at the point it should be, i.e. like it started with the first slide, just not coming out of the speakers...if that makes any sense
    Thanks,
    Rob

  • Add-ins Crystal Report

    Hi,
    I'm new to Add-ins creation in Crystal Report so to kick off it would like to know few things
    1. Can i able to read/control over the data which is displayed on the Report?
    2. If there is any help available please pass it which basically explains steps that are involved to create a plug-in and deploy.
    Thanks

    1. Can i able to read/control over the data which is displayed on the Report?
    Not sure why you'd need and add-in for this? You can use selection formulas to control the data.
    2. If there is any help available please pass it which basically explains steps that are involved to create a plug-in and deploy.
    Places to start:
    [Crystal Reports .NET SDK Samples|http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples]
    (Search for "Add-in" on the above page)
    [Extending Crystal Reports 2008 Custom Add-ins|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d00e296b-59f3-2b10-b187-b453dd601f93&overridelayout=true]
    Also see [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Ludek

  • Better PowerPoint 2008 Export

    I would really like to see better export compatibility with PowerPoint 2008. While I personally can't stand PowerPoint, sometimes I have to export to it for Windows users.
    Most of my shadows and none of my reflections exported even though PowerPoint supports both. Some of the text and bullets didn't export correctly even though I used the same font and bullets throughout the whole presentation. I had to go through and manually adjust everything.

    We're all just users here - if you want to talk to Apple, use the *Provide Feedback* option under the application menu.

  • Powerpoint 2008 and displays?

    Hi, does anyone know how to show a powerpoint on a projector but on your MBP you see the powerpoint presenter tools (ie. notes for each slide) whereas on the screen of the projector there is just the presentation? I did a search in powerpoint 2008 and it said I have to turn on mirroring in displays system preferences, and that if there is no check box for mirroring displays, then this is not possible. I find that extremely odd...doesn't that defeat the purpose of presenting a slideshow and reading the notes from your laptop??? Any workarounds or am I missing something?
    Cheers!

    Slideshow menu -> View Presenter Tools
    That will give you notes and a preview of upcoming slides on your primary monitor and the slides themselves on the secondary. The projector must be working as a secondary monitor (extended desktop).
    Regards.

Maybe you are looking for