Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / productivity / Office

Office

Office

Great Reads

by Lyrix
An article on Excel programming, including Excel operations in C# and VBA
by Brian C Hart
A class that accepts a reference to an Excel.Worksheet and lets you use an overloaded subscript operator to cleanly and intuitively read/write the Value2 of Excel cells, and get the Excel.Range corresponding to a given cell.
by HawVie
A quality rendered Outlook style navigation pane control
by Md. Marufuzzaman
A simple example of merge document (Microsoft Access 2003)

Latest Articles

by Lyrix
An article on Excel programming, including Excel operations in C# and VBA
by Brian C Hart
A class that accepts a reference to an Excel.Worksheet and lets you use an overloaded subscript operator to cleanly and intuitively read/write the Value2 of Excel cells, and get the Excel.Range corresponding to a given cell.
by HawVie
A quality rendered Outlook style navigation pane control
by Md. Marufuzzaman
A simple example of merge document (Microsoft Access 2003)

All Articles

Sort by Score

Office 

by JTordgeman
Registering a remote event receiver to an App’s host web using the managed code (C#) client object model.
by Mohammad Nasirifar
How to review changes to notes in Google docs by sending them to mailbox
by atverma
In this blog, I’ll focus on Content Controls and Open XML 2.0 SDK from the experience I gained in the last 2 months.
by Minh Danh Nguyen (ToughDev)
How to convert OFT to .NET Windows Form in VS
by PavelFedulov
Converting Mind Map Plan into an Excel Table
by YawerIqbal
Last week in a meeting client explained requirement: “.. we receive emails in a mail box, and we manually create contacts in CRM using sender name and address for further processing, we want to automate this.. .
by ozkary
How to add a social network share link on an Office Live website
by ozkary
How to load JQuery to a page of an Office Live website
by Rion Williams
Tools to test security, a plan on how to secure your system and building good habits to help ensure you stay protected
by Melick
Information Rights Management in Office 365 (IRM SharePoint Online)
by Melick
How to integrate Microsoft Flow Automation in Office 365 Online Services
by Chris A. Johnson
By Chris Johnson @ kolaberate.com Integrating SharePoint with Out Systems Introduction This article is about accessing your Office 365 SharePoint application via the SharePoint API to fetch or update its resources specifically using REST API services from OutSystems.
by izualx
Justin‘s VSTO Knowledge Base: 01, First VSTO Application
by matthewproctor
Monitoring Lync 2013 with MRTG
by jmix90
How to integrate the Office Ribbon respecting the pattern (especially the commands)
by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
by OwenDavies
This post will show you how to remove a custom domain from Office 265 using Azure Active Directory.
by OwenDavies
Looks like sSMTP is no longer maintained, MSMTP is the suggested replacement. This post discusses how to do the replacement.
by hoonzis
This post describes method of submitting entire InfoPath form (entire XML file) to a web service
by YawerIqbal
System Jobs AsyncOperation or System Job is an important Dynamcis 365 system entity. Usually we don’t create its records, rather they are created automatically. A record represents a single execution of an asynchronous resource.
by atverma
This utility generates Word documents from templates using Content controls.
by atverma
Utility to Generate Word Documents from Templates Using Visual Studio 2010 and Open XML 2.0 SDK - Part 4