ms-office Questions
4
I want to add and extract files from an Office/Excel document using Python. So far adding things is easy but for extracting I haven't found a clean solution.
To make clear what I've got and what n...
5
Solved
Is there a planning poker (Scrum Planning Poker) or similar app extension in Microsoft Teams.
Destructive asked 24/7, 2019 at 7:52
10
Solved
How does one add a comment to an MS Access Query, to provide a description of what it does?
Once added, how can one retrieve such comments programmatically?
18
Solved
I noticed that when a link is clicked externally from the web browser, such as from Excel or Word, that my session cookie is initially unrecognized, even if the link opens up in a new tab of the sa...
Ichthyoid asked 16/4, 2010 at 14:23
6
Solved
I have several tables in an excel sheet. Each having unique table Name. I want to know if a table which has a name "Table123" exist or not in the current sheet.
Could some one help me on this?
...
2
Solved
I would like to insert a hyperlink to the task pane of my add-in, and I want this link to open support.html page in a default browser.
<a href="https://example.com/support.html" target="_blank"...
4
I´ve a cropped picture in a powerpoint layer and I want to change the picture without changing the size of the cropping area.
If I change the image by clicking "change picture" the cropping ...
Jochbed asked 29/9, 2015 at 17:33
4
Hi friends I am getting stuck trying to create an emailer ... I designed an emailer then cut that design into HTML and send that emailer using office 2007 to my gmail... when i checked emailer in m...
8
I am working on generating an excel template from code. When I run the piece to create my WorkBook, I get no errors in code, however when I go to open the Excel document, I get an error indicating ...
Scrubland asked 29/7, 2012 at 3:22
3
Solved
I would like to use command line to locate the path of MS office. It should return something like C:\Program Files (x86)\Microsoft Office\Office14 which might differ to different users.
Tried usi...
Collectivize asked 18/3, 2014 at 6:52
6
Solved
Given a PowerPoint presentation in .ppt format, what is the best way to programmatically and using only open source software extract an image representation (in say .jpg or .png) of each slid...
Hopkins asked 28/9, 2010 at 15:21
3
Solved
I have a table in Excel. How can I rotate (NOT transpose) a table 90 degrees clockwise?
Example
cell1 | cell2 | cell3
cell4 | cell5 | cell6
Expected
cell3 | cell6
cell2 | cell5
cell1 | cell4
...
11
When I try to open hyperlinks in a Microsoft Office program like Excel or Outlook the following message is shown:
Your organization's policies are preventing us from completing this action...
4
Solved
I have observed an issue with below function call when we migrated to office 2010-64 bit version.
Private Declare Sub CopyMem Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As An...
Ionogen asked 22/11, 2010 at 23:5
10
Name:
From: file:///D:/Samples/TestUpdatedVersion/bin/Debug/TestUpdatedVersion.vsto
The customization cannot be installed because another version is currently installed and cannot be upgraded fro...
3
3
Solved
When you compare two versions of MS Word doc/Excel book in Team Foundation Server Source Explorer, the result is the boring "Binary filles differ" dialog.
It does not have to be that way though. T...
Hierolatry asked 10/5, 2011 at 20:4
6
Solved
Microsoft recently added SVG support to Word 2016. But when trying to save a document containing a SVG vector graphic as PDF the graphic will be converted to a raster image.
I tried to chang...
Stephen asked 18/5, 2017 at 17:58
3
I am trying to open excel workbook 2003 using VSTO.
but i am getting error again again like
" Project cannot be created because the application add-in is not working correctly and might have been ...
Frenulum asked 5/10, 2010 at 13:35
5
I have an Excel spreadsheet with three sheets. One of the sheets contains formulas for one of the other sheets.
Is there a programmatic way to hide the sheet which contains these formulas?
2
I'm writing a VSTO Microsoft Outlook plug-in. The version destination of that plugin is Outlook 2007 and 2010, so I use the Outlook 2007 add-in (in Visual Studio).
I have some (visual) problem wit...
0
I tried to install excel (or office 365) inside Window container by Dockerfile and ODT (Office Deployment Tool).
This is my dockerfile :
FROM mcr.microsoft.com/windows/servercore:ltsc2016
# Insta...
Delftware asked 6/12, 2019 at 5:33
3
I want to read a word document in the server (both doc and docx). The server does not have
office installed, therefore i can't use com objects and also no commercial softwares.
Is there a way that...
7
I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but some people in my company still use the DOC format.
Do you know if there is a way to ...
4
Solved
© 2022 - 2024 — McMap. All rights reserved.