ms-office Questions
7
Solved
I have recently picked up Microsoft Office Visio 2010 in the interest of drawing out the execution flow of a software application I am planning. So far I have enjoyed the program, and it has helped...
5
Solved
When I copy source code to a word document or email, it would be nice if spell check could ignore source code token.
Is there an option to ignore blocks of text?
Banneret asked 5/2, 2009 at 2:21
2
Goal
Given a company e-mail and a corresponding password, I need to programatically login to login.microsoftonline.com and access the Office 365 dashboard (office.com). The image shows the user flo...
Lias asked 7/5, 2021 at 23:48
11
Solved
Does anyone know what would be the best way to detect which version of Office is installed? Plus, if there are multiple versions of Office installed, I'd like to know what versions they are. A bonu...
3
I'm having an issue with a very simple piece of C# .NET code which should (for now) simply retrieve the version number of Office installed on the computer running a WinForms application:
var oApp ...
8
Microsoft Excel allows import of data from "Other Sources". One of the options is to use an OLE DB provider.
How to get a list of available OLE DB providers?
4
MS Office VBA has a property called Application.PathSeparator.
I'm supportive of interoperability, but Office runs only on Windows & MacOS, and both platforms use the same \ path separator.
W...
Platelet asked 25/4, 2018 at 2:38
1
It looks like Microsoft introduced a breaking change with version 2206! :-(
If you had code like
Dim rs as DAO.Recordset2
Dim fld as DAO.Field2
For Each fld in rs.Fields '<- Code will break her...
3
Solved
I want to deploy Office Online which requires the implementation of WOPI protocol. I have seen the implementation of WOPI host in C# e.g. here. WOPI protocol requires to implement a bunch of endpoi...
3
Solved
Microsoft Office Documents register custom url protocol on the client computer.
This is especially used by SharePoint. For example, if I open an excel file, I see the call to this url :
ms-excel:...
Fool asked 22/6, 2016 at 10:15
10
Solved
I am in charge of several Excel files and SQL schema files. How should I perform better document version control on these files?
I need to know the part modified (different part) in these files an...
Folium asked 13/6, 2013 at 9:22
3
Solved
I am using a Windows application for exporting a data table to Excel. It's working. Now I want to give some color for particular text in the cell. How shall I do this?
3
Solved
I am trying to set the data type to an excel column in C#, in this case the data types number, text and date.
How does one set a format to an entire excel column?
Ectogenous asked 11/12, 2012 at 20:9
6
Solved
For some reason the Visible function in my Powerapps won't work I just wrote in OnSelect() Mail.Visible = false
The Mail is in this case a Textinput/ TextBox.
When I click on the button nothing ha...
5
Solved
Title explains the problem, there are doc and docs files that which I want to retrieive their author information so that I can restructure my files.
os.stat returns only size and datetime, real-fi...
12
Is there a program or workflow to convert .doc or .docx files to Markdown or similar text?
PS: Ideally, I would welcome the option that a specific font (e.g. consolas) in the MS Word document wil...
Agonize asked 5/5, 2013 at 9:41
8
I received this error message -Procedure too large - in VBA. What is the reason and way out for this error?
Shul asked 20/9, 2010 at 12:1
5
Solved
I discovered Apache POI for doing a lot with MS Office programmatically in Java, but its documentation leaves me wanting, as well as a few other things. Does a better alternative exist?
I thought...
Antiquity asked 5/1, 2011 at 7:26
7
Solved
I need to access an excel file that is already open. I thought just inspecting the .Workbooks property that it would be there but it isn't. What is the right way to get a reference to the open work...
Bolt asked 13/7, 2011 at 16:58
3
Solved
I am using Office 07 PIA to convert the ppt into images in C#.
The slides are properly converted into images.
Now, while individual slides are converted into images, I was hoping for a workaround...
6
I'm writing an application for work which compiles a whole mess of different spreadsheets into reports for a specific work site. I have quite a few worksheets with a whole bunch of metrics on each....
2
Solved
I have just today realised that the authorisation emails sent from my perfectly legitimate Firebase backend are being flagged as malicious by Microsoft Outlook's "Advanced Threat Protection"
The...
Ivaivah asked 4/10, 2018 at 0:37
8
Solved
Wrote a small app that accesses a bunch of search websites and puts the results in a word document, which gets run a few hundred times a day.
It saves individual search results in a number of loca...
Tunic asked 15/2, 2009 at 21:17
3
Now there are 2 visio files, a new one and an old one.
Some changes are made in the new one.
I need to compare the two files to find out differences between them.
how to make it done? Is there ...
13
Solved
Hi I am having a list container which contains the list of values. I wish to export the list values directly to Excel. Is there any way to do it directly?
Familist asked 5/2, 2010 at 9:45
© 2022 - 2024 — McMap. All rights reserved.