ms-office Questions

4

Solved

I have a number of word documents that will be converted to HTML. It is required the paragraphs in the word documents should be converted to <p> elements. After some tests with the Microsof...
Succedaneum asked 5/2, 2013 at 15:18

4

Solved

If we load a webpage referencing office.js outside Office client, we will get a warning: Office.js is loaded outside of Office client. This information is useful. Does anyone know if there is an ...
Gong asked 8/7, 2017 at 17:51

4

Solved

I want to create an Office Add-In with some HTML + JavaScript for sell in Office Store. And this add-in no need using any server side facilities. But if I understood https://dev.office.com/getting-...
Lisette asked 9/11, 2016 at 18:36

3

Solved

I love using OneNote, however I want more control over the locations of my notes and how notes are generated. I'm very versed in VBA and ok with Python (and those are the only languages I can code ...
Quandary asked 7/7, 2009 at 19:3

4

Solved

Is there a way to open certain files like xlsx/docx in external apps (preferably system defaults) from VS Code Explorer instead of just opening another tab in VS Code? I want to be able to open xls...
Severin asked 19/1, 2021 at 8:58

3

Currently, I am working on Microsoft document : Word (doc, docx), Powerpoint (ppt, pptx), and Excel (xls, xlsx) I would like to create the a preview image from it's first page. Only PowerPoint do...
Thekla asked 27/11, 2017 at 11:15

8

I need to do a software audit of more than 300 computers that are neither on the same network, or owned by the same company. Is there an command or small program (that can be run without installin...
Orchestra asked 16/9, 2013 at 4:29

6

Solved

I want to get a list of all sub-directories within a directory. If that works I want to expand it to a recursive function. However my initial approach to get the subdirs fails. It simply shows ...
Aprilaprile asked 22/3, 2012 at 17:46

4

Solved

I have a DigiCert EV Code Signing certificate to sign my c# code, and it works great. However, now I'm trying to sign VBA code in an Excel XLSM file. I get the error "There was a problem with ...
Arianearianie asked 2/9, 2022 at 14:48

6

Solved

PowerPoint.Application PowerPoint_App; PowerPoint_App = new PowerPoint.ApplicationClass(); PowerPoint_App.DisplayAlerts = PowerPoint.PpAlertLevel.ppAlertsNone; PowerPoint.Presentation presentation;...
Error asked 24/2, 2014 at 12:41

5

From the following call Marshal.GetActiveObject("Excel.Application") I get a Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE)) I believe that this error is cause...
Succession asked 10/10, 2012 at 20:54

6

Such as read-only confirm, other alerts. What to do with these popups? Or ignore them?
Heder asked 7/4, 2011 at 2:0

3

I have developed a word add-in using word javascript api. My Document .docx file is on server and i need to open that .docx document as a new word document on a button click in add-in. Please guid...

8

After Microsoft Office updated to the 2016 version I found the VBA interface is in German. How can I restore it to English? My Windows 10 settings are set to English and the local setting preferen...
Duodecillion asked 26/9, 2018 at 8:56

14

Solved

Using the example provided in codeproject I am struggling to work out where I can find the reference to the library Microsoft.Office.Core. I am getting the error "The referenced component 'Micros...
Reserpine asked 9/5, 2011 at 5:14

6

Solved

I got the sources of a .NET project that I am trying to compile. Although, the project uses the reference (namespace) Microsoft.Office.Interop.Word from Office 2010 that I cannot find anywhere. I w...
Isom asked 9/3, 2015 at 14:24

5

Solved

I created an Access front end for a SQL DB on my PC for use throughout my company. I am using a file ODBC connection and putting both the ODBC file and the Access file on a shared network drive. W...
Aphorism asked 23/4, 2014 at 19:40

10

Solved

For older *.doc documents, this was enough: header("Content-Type: application/msword"); What MIME type should I use for new .docx documents? Also, for pptx and xlsx documents?
Waspish asked 18/11, 2010 at 8:25

1

My MS Office and Excel language is English. I am working with English documents most of the time, so I want to keep it that way. Temporarily changing the language options is also not an option. Wh...
Chromatism asked 24/5, 2020 at 11:53

5

My application has a feature to export to Microsoft Word, but it hasn't worked since I've upgraded from Microsoft Office 2010 to Microsoft Office 2013. Here is the code: Microsoft.Office.Interop...
Amaliaamalie asked 12/3, 2014 at 2:0

11

I am trying to use VBA to automate the Change Picture function when you right click a Shape in Excel/Word/Powerpoint. However, I am not able to find any reference, can you assist?
Dominant asked 16/4, 2012 at 5:16

4

Typically when I make a change to a VBA file I like to compile it to ensure my changes didn't break anything: But compiling on different machines with different versions of the office will resul...
Juxon asked 25/6, 2018 at 19:56

11

Solved

I created an mdb database and saved it. Now I want to modify it but it says it's ReadOnly so I cannot change anything. It's an access 2000 file opened with access 2007. How can I change this ple...
Kohinoor asked 10/5, 2011 at 18:57

7

Solved

I need to compare two office documents, in this case two word documents and provide a difference, which is somewhat similar to what is show in SVN. Not to that extent, but at least be able to highl...
Rung asked 23/11, 2011 at 15:37

3

Solved

I have a small application which automates Microsoft Word via COM/OLE Automation. Unfortunately this doesn't work with the virtualized Click-to-run editions of Word, because they don't have the re...
Picco asked 30/7, 2010 at 14:25

© 2022 - 2024 — McMap. All rights reserved.