Questions tagged [ms-office]

Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers for Windows and Macintosh computers. If your question relates to a specific desktop application use that application tag instead.

Microsoft Office is a proprietary collection of desktop applications intended to be used by knowledge workers.

It comes in several different software bundles and is available for Windows and Macintosh computers. Current version as of this writing is Office 2016 for Windows and Office 2016 for Mac. Microsoft has also unveiled Office Web Apps to compete with similar applications, for hosting Office programs and documents on remote servers.

It can include any/all of the following:

  • Access - relational database
  • Excel - spreadsheet / calculation engine
  • InfoPath - creating forms
  • Lync - communications
  • OneNote - note-taking
  • Outlook - email / personal information manager (PIM)
  • PowerPoint - creating presentations / slideshows
  • Project - project management
  • Publisher - flyers, newsletters and other printed materials
  • SharePoint - sharing group content
  • Visio - diagramming
  • Word - word-processing software

There are additional lesser-known Office programs such as Business Contact Manager which are not covered in this wiki because they are typically addons to another program.

Typically you would use one of the program-specific tags above when tagging your question, depending on which program you are using.

Links:

Getting Started with Office 2016 - Getting Started with Office 2013 - Getting Started with Office 2010

5901 questions
2
votes
1 answer

What is the best way to manage contacts in Office 365 for a company of 80-100?

problem: the GAL does not show up as contacts on user's iphones. real world example: bob calls sam. sam doesn't know who the number is because the GAL are not synced as contacts in his iphone. now i know that you can search the GAL from the email…
dalearyous
  • 169
  • 1
  • 4
  • 15
2
votes
0 answers

COleSafeArray / VARIANT memory leak?

I want to export a lot of (table) data to Excel. I'm developing on Windows Xp, Vs2005. I'm filling a COleSafeArray, which was initialized like this: safeArray.Create( VT_VARIANT, 2, numElements ); // 2 dimensional, 30000 rows, 3 columns Now the…
ToastedSoul
  • 1,296
  • 1
  • 17
  • 27
2
votes
1 answer

C# Microsoft Office Developer help, tutorials, examples

As a developer I get different assignments and my current one involves interaction with Microsoft Office from C# - which I haven't been doing for a long time now. Having previously developed websites using ASP.NET, I found the site www.asp.net/learn…
Chau
  • 5,540
  • 9
  • 65
  • 95
2
votes
1 answer

How to hide the word textbox border?

Using C# I have succeeded in opening a word document and writing text to it. Now I want to insert a text box into the word document also by using c# code and I succeeded with the code I found elsewhere on internet. This was the…
Unnikrishnan
  • 523
  • 1
  • 8
  • 18
2
votes
3 answers

deleting massive rows from excel

I have a big csv file opened in EXCEL. I would like to delete all the rows from row 100020 to row 800030. I tried selecting all the rows using mouse, but not quite easy. Are there any easy approaches to do this kind of deleting operation?
user288609
  • 12,465
  • 26
  • 85
  • 127
2
votes
0 answers

Sharepoint 2013 Access App - Request Not Completed - Access Denied

In a project context: SQL Server 2012, SP 2013 (build version: 15.0.4481.1005) I added Access Apps downloaded from the SharePoint Store to a SharePoint sub-site but I keep on having this issue: "Request Not Completed - You do not have permission…
2
votes
1 answer

Import Excel Spreadsheet into Existing MS Access Tables

I have an Access database. Here is the setup for a few tables. id - companyID (autonumber) PK, company (text), firstName (text), lastName (text) category - companyID (number) combined PK with category, category (text) salesmen - companyID (number)…
Tmcc
  • 23
  • 1
  • 2
  • 4
2
votes
1 answer

increment a value in a cell if they are the same

this may be a little difficult for me to explain. I have 1 column in excel that has duplicate entries i.e. more than one red and more than one blue. I need to compare this column against itself and increment each cell with the same word by 1. …
user2853470
  • 21
  • 1
  • 2
2
votes
0 answers

Office Addin get screen position and bounding rect of ribbon buttons

I only found this question about it, which hasn't been answered. Is it possible to get the info at all? So far, I've been able to get the screencoords of the ribbon itself but I wasn't able to get the position of the ribbon buttons. Here the snippet…
Flo
  • 540
  • 6
  • 20
2
votes
0 answers

MS Office Shared Add-In: Why are ICustomTaskPaneConsumer.CTPFactoryAvailable and IRibbonExtensibility.GetCustomUI not called?

We're programming a shared add-in for PowerPoint and implement IRibbonExtensibility and ICustomTaskPaneConsumer in it. The add-in is registered for the individual users by setting the relevant keys and values in…
fdub
  • 166
  • 1
  • 6
2
votes
2 answers

How can I programmatically open Powerpoint without seeing the window?

I have this script, made by another user It opens the input file, converts it to a .pdf and saves it as the output file. However, PowerPoint also opens, and I see the actual window load up. This process is going to be running on a server, so I…
user773737
2
votes
0 answers

Open word document inside winform

I am trying to open & write to existing word document inside a winforms application. Below is the code for the same. object readOnly = false; object isVisible = true; object oMissing =…
user435293
  • 53
  • 5
2
votes
1 answer

Word addin in C++, IDTExtensibility2, how to write handlers for events? (generic COM help wanted too)

I'm lurking through the very few samples of native Word addins available, trying to find the way to reconstruct VSTO's Document.OnBeforeClose event. Currently, I figured out that IDTExtensibility2 has a reference to DTE, and that DTE is a same…
kagali-san
  • 2,964
  • 7
  • 48
  • 87
2
votes
1 answer

Not able to install Office developer tools for VS Express 2012 for Desktop and Win 7 x64

I want to develop Office 2010/2013 Add In. I have Win 7 x64 machine which is not connected to Internet, so I downloaded all the setups required for Office development and tried to install them on the machine as explained here. I have Office 2010…
Mahesha999
  • 22,693
  • 29
  • 116
  • 189
2
votes
4 answers

How to export/import MS Office Communicator contacts?

I had MOC 2005 re-installed on my office PC recently, and found to my chagrine that it had lost all of my contacts. I've searched for ways to export/import the contacts list, but have not found any useful answers. Some suggest looking in the…
David R Tribble
  • 11,918
  • 5
  • 42
  • 52