Top "Ms-office" questions

Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers for Windows and Macintosh computers.

What is a correct mime type for docx, pptx etc?

For older *.doc documents this was enough: header("Content-Type: application/msword"); What mime type should I use for new docx …

excel ms-word ms-office powerpoint mime-types
Reading Excel files from C#

Is there a free or open source library to read Excel files (.xls) directly from a C# program? It does …

c# .net excel ms-office
Where does VBA Debug.Print log to?

Where does Debug.Print output messages?

vba debugging ms-office
How to read data from excel file using c#

My application needs to read data from an excel file. I am using .Net and c# for development. I cannot …

c# .net excel ms-office
Hiding an Excel worksheet with VBA

I have an Excel spreadsheet with three sheets. One of the sheets contains formulas for one of the other sheets. …

excel vba ms-office
VBA: How to display an error message just like the standard error message which has a "Debug" button?

As usual, I create an error-handler using On Error Goto statement, there I put a few lines of cleaning codes …

vba scripting excel ms-office
Detect whether Office is 32bit or 64bit via the registry

Now that Office also comes in a 64bit install, where in the registry do you find out if the version …

registry ms-office 32bit-64bit office-2010
Microsoft.Office.Core Reference Missing

Using the example provided in codeproject I am struggling to work out where I can find the reference to the …

c# outlook automation com ms-office
Excel 2007: How to display mm:ss format not as a DateTime (e.g. 73:07)?

I need to create and Excel table that computes daily training times. each row has the following fields: Date, Distance, …

ms-office excel-2007
Cell color changing in Excel using C#

I am using a Windows application for exporting a data table to Excel. It's working. Now I want to give …

c# excel ms-office