About 4,760 results
Open links in new tab
  1. How to open add-in automatically on opening excel workbook

    Mar 11, 2021 · the add-in file is a member of the Excel Application, usuallly, and not something that gets "opened" with a workbook. Can you clarify what you want? Why not just install the …

  2. vba - How to edit code for an excel add-in - Stack Overflow

    Jul 9, 2018 · Turn off the AddIn, locate the addin file name from File -> Options -> Add-Ins. Look at the Location of the addin then open it from excel.

  3. UDFs in Excel add-ins only work when I open the add-in first. How …

    Jan 15, 2024 · My expectation was because my *.xla file was loaded as an Excel Add-in it would naturally be available to use in any Excel spreadsheet. I also tried unchecking the Add-in I …

  4. How can I open DLL files to see what is written inside?

    Aug 5, 2013 · I lost the solution of a class library. Can I open the DLL file which is created by the class library?

  5. Plug-in crashed: "file-png.exe" in GIMP - Stack Overflow

    Apr 10, 2022 · Plug-in crashed: "file-png.exe" in GIMP Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 3k times

  6. COM Add-in for Excel doesn't load when Excel is launched by …

    When you double-click the embedded Excel file to work with it, Excel is started, but Excel does not load its COM Add-ins. Then when you start Excel in any other way, you're really just using …

  7. vbscript - Visual Basic script to open Excel workbook to specific ...

    I'd like to create Visual Basic script vbscript (a file on my Windows desktop) that launches Microsoft Excel, opens the macro-enabled Excel workbook file "Workbook.xlsm", and …

  8. Edit a .ppam file for customizing an add-in - Stack Overflow

    Jul 2, 2020 · 36 If it's a PPAM file, it was created in PowerPoint from a PPTM file saved as an add-in. While you can edit loaded add-ins "in place" for testing purposes, you can't edit then …

  9. Error: "Sorry, we couldn't find <Add-In Name>. Is it possible it was ...

    Apr 26, 2019 · When I go into Options -> Add-ins -> Go -> Uncheck and click "OK" it is removed from the add-in list and it asks me if I want to delete it, since it cannot find the add-in in the file …

  10. Loading addins when Excel is instantiated programmatically

    I am trying to create a new instance of Excel using VBA using: Set XlApp = New Excel.Application The problem is that this new instance of Excel doesn't load all the addins that load when I …