I have created a programme using Visual Studio 2017 which utilises Microsoft.Office.Interop.Excel.dll. All work okay on my machine. I then compiled a run version which has been loaded on to a friends PC (He has Microsoft 365.) The programme works okay until I try to run the printouts which use EXCEL as the print mechanism. He does not seem to have Microsoft.Office.Interop.Excel.dll loaded. My Microsoft.Office.Interop.Excel.dll is found in directory “C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c” On his machine in directory “C:\Windows\assembly" he has Microsoft.Office.Interop.Excel. Anybody have any idea what I am doing wrong?
Why does my programme not work on other computers with respect to Excel printouts
94 Views Asked by DaveTheGolfer At
0
There are 0 best solutions below
Related Questions in EXCEL
- Power Query / M Code, extract a list of tables into one main table, some column headers same but some different and in different order (and in row 2)
- Is there a way to validate the cell format (from excel) to fetch the symbol from it (in Java)?
- Excel - Visual Basic, macro with autofill "1"
- Getting Run-time error '13': Type Mismatch using .Find
- Getting website metadata (Excel VBA/Python)
- Excel Code Editor doesn't work (blank window)
- How to find out how many of each 2, 3 and 4 required to fit in 100 using excel?
- How would I apply a rather complex summation formula like this in Excel?
- Removing a Button from Customized Excel Ribbon
- Excel - Update Item Description Based on Accessories Ordered with It
- select duplicates from data based on another column
- How to use VBA to bold just some text
- VBA Code to filter and get values from csv to excel worksheet
- Look up max alpha numeric value
- Azure Batch for Excel VBA
Related Questions in VB.NET
- how do i stop system stack overflow in visual basic?
- Finding and Using Camera found in “Imaging Devices” in VB.NET
- Finding a specific colour within a bitmap range - VB.net 2022
- Filtering a double value
- How to call late bound extension method from VB.NET (Framework)
- Accessing a variable from a string
- Calling ToString with a nominated format returns Char rather than String
- Monthly attendance report in Crystal Report
- Progress Bar increment while running
- GetValue for Field contains too many arguments
- Icon of Window form application
- vb.net connection string to a regular google drive
- VB.NET how to check if a form already exists?
- How to get paste to work for pasting in text in a textbox?
- How to convert base64 string to image using vb.net
Related Questions in PIA
- Microsoft Office 2021 Interops not appearing in GAC folders
- AWS License type for Office if we use PIA in code
- Excel DocEvent stops working following TCP messaging
- PowerPoint Plugin - Error - HRESULT E_FAIL has been returned from a call to a COM component
- Why does my programme not work on other computers with respect to Excel printouts
- Powershell hard crash on PIA event trigger
- Insert a PowerPoint content add-in using COM/PIA
- How to get Microsoft PIAs to be available references in Visual Studio for Excel on Office 365?
- Visual Studio 2017 C# project with Microsoft.Office.Interop.Word 2016/365 coded and 2010 production
- Open a project referencing "MS-Office Object Library" on multiple development machines
- Install PIA for Windows Server 2012 R2
- Lock Word document after macro executed using PIA
- PIA_INSTALL_FAIL during PeopleSoft Server Administration
- Microsoft Word component does not work
- "COM object that has been separated from its underlying RCW cannot be used"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?