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

Excel: Getting the surrounding named range in Excel

I have an Excel sheet with many named ranges, which have an hierarchical structure (one range contains other ranges). The ranges have no intersections and no multipel areas. How can I estimate the the surounding named range of a specific named range…
M. X
  • 1,307
  • 4
  • 19
  • 34
2
votes
0 answers

Office Web Apps integrated into Java app

I have a Java app that creates and stores some documents online for my users, but every time they need to update the documents and change anything they have to download them and then edit with MS Office and them upload again to the web app. After…
petrichi
  • 101
  • 1
  • 6
2
votes
1 answer

Outlook html email and calendar appointment

I'm trying to achieve a way of sending a html email (with links) in outlook while also sending a related calendar appointment that goes directly into the users calendar without them having to open each individual .ics attachment. So far I have…
dos
  • 43
  • 1
  • 4
2
votes
0 answers

Selection.MoveEnd not working while using Word Interop and C# to manipulate Word documents

I am developing a .NET program using VSTO 2010 running .NET 4.0 to find a specific subheading in a set of word documents and copy all content under that subheading (say "Requirements") using Word.Interop. I succeeded by means of a for loop that…
ValarMorghulis
  • 79
  • 1
  • 13
2
votes
3 answers

Accessing Excel 2007 file format with OLEDB

I'm currently trying to access an excel 2007 file on a server that doesn't contain Microsoft Office on it. My connectionstring is something like this. String connString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + file_path +…
sleath
  • 871
  • 1
  • 13
  • 42
2
votes
2 answers

MS Office COM Interop and thread safety with multiple UAC Users

I'm using c# .NET to invoke MS com using the MSOFFICE com interop DLLs. I know that Office com interops are not thread safe. However, would it be thread safe for a different user? I don't know enough about process isolation on Windows to know if…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
2
votes
1 answer

Creating an MS Office add-in that adds a new tab to the ribbon interface and presents macros to the user as buttons on this tab

I wish to create a Microsoft Word add-in for use by others in my office which will give them access to a few macros that will increase productivity and possibly prevent the odd mistake from happening. The bit that I cannot work out is how I can get…
MrPopinjay
  • 179
  • 4
  • 14
2
votes
1 answer

Move mouse pointer to center of active cell when navigating with arrow keys

I am attempting to have the mouse pointer move at the center of the selected cell when navigating from cell to cell with the Arrow keys In Excel 2010 the following solution works perfectly Public Declare Function SetCursorPos Lib "user32" (ByVal x…
SGalea
  • 712
  • 9
  • 18
2
votes
1 answer

Unable to display macro enable word file in UIWebview

I'm trying to display MS office files(word,powerpoint,excel) using UIWebview some of the files have macros enable UIWebview is unable to display these files any idea why this happen? is there a way to make UIWebview render these files?. Note: I do…
Asanka Madushan
  • 463
  • 8
  • 17
2
votes
6 answers

Microsoft Access required for C# database access on end-user machines?

Silly question, perhaps. I've developed an app on my machine that uses a Microsoft Access database (.mdb) to access certain information and populate a table with monitoring data using OLEDb. The application works fine on my machine, but when I put…
Ric
  • 683
  • 2
  • 11
  • 19
2
votes
6 answers

PDF conversion service

I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece of software from www.neevia.com. And it does the conversion, but is…
2
votes
1 answer

Is Microsoft.Office.Interop safe to use for (file-converting) for a website?

I am coding a website on witch users have to add reports (Word document's) and to make possible to view them I convert *.doc to *.pdf, and then displaying them throught pdf.js. For converting i use Microsoft.Office.Interop.Word. Code looks…
user2359812
  • 35
  • 1
  • 5
2
votes
1 answer

Exception of type 'Microsoft.Online.Administration.Automation.MicrosoftOnlineException' was thrown

I'm using code on http://code.msdn.microsoft.com/office365/Office-365-Manage-users-by-cfc96d5e to connect to Office 365 via a test c# web application which basically connects to azure active directory and tries to execute couple of powershell…
joym8
  • 4,014
  • 3
  • 50
  • 93
2
votes
2 answers

Excel to copy realtime data and create a chart out of it

I am very new to VBA programming. I have a excel sheet where real time data is populated to a cell say for example Sheet1.A6 everysecond. I am in need of a macro which will run every 1 minute to copy the Sheet1.A6 value to another sheet along…
Chandru
  • 107
  • 2
  • 9
2
votes
1 answer

Lync 2013: Change status and extend popup?

How can I in Lync 2013: 1) Set status of Lync 2013 user? 2) Extend the popup menu (when I right click a user)?
MojoDK
  • 4,410
  • 10
  • 42
  • 80
1 2 3
99
100