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

5585 questions
1
vote
2 answers

TFS stand-alone MS Excel/Project add-ons

I want to know if there is a stand-alone setup for TFS Excel/Project add-ons or not. I know I can obtain them through Team Explorer but the problem with it are : 1- It is a huge (+300Mb) setup file 2- It is a complicated process setup for people…
Mahmoud Moravej
  • 8,035
  • 6
  • 40
  • 62
1
vote
2 answers

Recover URL from MS Word fields showing "Error! Hyperlink reference not valid"

I have some word documents that have place holder URL's in them. The URL's are something like "http:///service.svc". Word has figured that these have to be a valid URL and when the fields get updated, replace them with "Error! Hyperlink…
Gineer
  • 2,280
  • 4
  • 25
  • 40
1
vote
0 answers

How to programmatically get the list of Trusted Publishers?

Within the Microsoft Office Trust Center, there is a list of Trusted Publishers. Is there any way we can programmatically get the list of Trusted Publishers via the .NET Framework or Office Word Object Model?
1
vote
1 answer

web components axspreadsheet in vb.net not compiling

has anyone seen this error with compiling web components in vb.net? i added axspreadsheet on to my form and it does not compile. it gives me the following error. please help! System.InvalidOperationException was unhandled Message="An error…
Alex Gordon
  • 51,480
  • 273
  • 609
  • 976
1
vote
1 answer

Setting default font size for graphs in Powerpoint

I've found no other stackexchange site to ask this question so I present it here. If there's a more appropriate place for it please let me know. I have just been given a ms-powerpoint template document to fix. It was created by designers using the…
Bjorninn
  • 3,950
  • 4
  • 23
  • 38
1
vote
1 answer

Get focus on powershell created outlook message

I've created a powershell script along this line. $ol=new-object -comobject outlook.application $mail=$ol.createitem(0) $mail.subject=(get-content $subject) $mail.attachments.add($attachment) $inspector=$mail.getinspector $inspector.display() But…
Ernst
  • 93
  • 3
  • 8
1
vote
4 answers

Easy database userface

I have a simple SQL Server database that we use for conversions. Basically a table with two mor more columns where one value maps to another. We then have processes that use these tables to find matching values and select other values on that…
Riri
  • 10,419
  • 13
  • 56
  • 82
1
vote
1 answer

Excel 2007 Macro does not work in 2010

This macro worked just fine before we updated to windows 7 and Excel 2010. The macro stops at Activesheet.paste. All this does is open a file, copy the data and paste it to the first document. There is more code at the end to close all the open…
Bob Hausler
  • 15
  • 2
  • 6
1
vote
1 answer

AllowFastSave not available

Microsoft.Office.Interop.Word.Application.Options.AllowFastSave doesn't appear to be available in my code. I'm using the Microsoft Office 14.0 object library, and every other property that appears on this list seems to be available except…
sooprise
  • 20,955
  • 62
  • 180
  • 265
1
vote
1 answer

Manipulating Azure based Office Documents via Browser

I have an ASP.NET MVC 3 application running in Azure. In one part of my application I want the user to be able to Create,Edit,Delete Documents (Word, Excel) in browser. EDIT: I've looking a three options right now, all with road blocking issues.…
James
  • 1,078
  • 3
  • 13
  • 22
1
vote
1 answer

Enable built-in Office ribbon buttons which are disabled by Excel/PPT

It is well documented how built-in ribbon buttons in Microsoft Office can be repurposed (here for instance), e.g. the Copy button. However, I am not aware of any method to take full control of the enabled state of repurposed built-in controls. For…
Paul B.
  • 2,161
  • 24
  • 45
1
vote
1 answer

.NET api for document screenshot?

I'd like to find or build a library/dll to generate images/screenshots of Office and other documents in the background (i.e. without explicitly launching the app). As this post describes, the OLE api allowed creating a container which references an…
Liam
  • 413
  • 3
  • 20
1
vote
1 answer

Can SCCM deploy a VSTO add-in without using an MSI wrapper

Does anyone know if I NEED To wrap my Office 2007, vsto-based add-in in a MSI? It seems to be a lot of extra overhead and headache, just to have it not work anyway. When I do get it to install, I still need to run the vsto installer, even though I…
Andrew
  • 43
  • 5
1
vote
1 answer

Office 2003 Add In using VSTO 2005 SE and C# in Visual Studio 2005 Profesional, Win XP

I have developed an Add In for Word 2003 in C# using VSTO 2005 SE. The Add In creates a button near the Help button called International Projects. When the Add In is loaded, it gets some data from a Sharepoint 2007 Library and based on that data,…
Gabriel
  • 77
  • 1
  • 12
1
vote
2 answers

How to detect that for current locale if MUI pack of Office is installed or not from C#

How to detect that for current locale if MUI pack of Office is installed or not from C#
raghvendra
  • 285
  • 5
  • 17
1 2 3
99
100