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.

How can I programmatically freeze the top row of an Excel worksheet in Excel 2007 VBA?

I am looking to programmatically freeze the top row of an Excel worksheet from VBA. The end goal is to …

vba excel ms-office
How do you comment an MS-access Query?

How does one add a comment to an MS Access Query, to provide a description of what it does? Once …

ms-access ms-office
How to detect installed version of MS-Office?

Does anyone know what would be the best way to detect which version of Office is installed? Plus, if there …

c# excel .net-3.5 ms-office
Exporting the values in List to excel

Hi I am having a list container which contains the list of values. I wish to export the list values …

c# excel ms-office office-interop excel-interop
What do <o:p> elements do anyway?

I've been running into some (standard) issues with Microsoft Office injecting its nasty markup into some html after forwarding an …

html ms-office
Open and modify Word Document

I want to open a word file saved in my server using "Microsoft.Office.Interop.Word". This is my code: …

c# asp.net ms-word ms-office
How to perform better document version control on Excel files and SQL schema files

I am in charge of several Excel files and SQL schema files. How should I perform better document version control …

git version-control ms-office versioning
C#: Getting the number of rows/columns with ExcelPackage

I need to read and write data from an Excel spreadsheet. Is there a method to finding out how many …

c# excel ms-office openoffice.org worksheet
Procedure Too Large

I received this error message -Procedure too large - in VBA. What is the reason and way out for this …

vba error-handling ms-office
Creating PowerPoint presentations programmatically

Is there a way to programmatically create PowerPoint presentations? If possible, I'd like to use C# and create PowerPoint 2003 presentations.

c# ms-office powerpoint