3,970 questions with Office Development tags

Sort by: Updated
0 answers

Manifest Validation for Word on Mac (Microsoft 365)

I have a manifest file that includes the following requirement sets: <Requirements> <Sets> <Set Name="SharedRuntime" MinVersion="1.1"/> <Set Name="CompressedFile"/> <Set…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
995 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-04T16:14:19.0933333+00:00
Kevin Wallace 0 Reputation points
1 answer

SpreadSheet Compare breaks with Purview Features (Mandatory Labels)

When using SpreadSheet Compare you are unable to "Export Results" if your organisation has mandatory labels enforced. Is there a plan to uplift this software to work?

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,699 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,219 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-30T15:29:04.3133333+00:00
Kevin Dunn 0 Reputation points
commented 2024-11-04T15:13:36.47+00:00
Smaran Thoomu 16,640 Reputation points Microsoft Vendor
0 answers

Outlook Addin: Login Error using MSAL and OBO flow.

I'm currently developing an add-in application for Outlook, and during the development process, I aimed to implement Microsoft SSO for user authentication. Initially, I opted for the On-Behalf-Of (OBO) authentication flow. During the implementation, I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,234 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-11T05:10:46.4966667+00:00
Akshit Gupta 0 Reputation points
edited the question 2024-11-04T07:27:27.4433333+00:00
Givary-MSFT 32,991 Reputation points Microsoft Employee
0 answers

I have two groups of images with links and I want to swap them base on condition

I have two groups of image with their respectives links to link in the worksheet to sections, glossary or other sheet. I want to superpose the group base on a condition. If the condition says E for English, I want dynamically the image group for…

Bing Image Search
Bing Image Search
A Bing service that supports searching for images and gets comprehensive results.
49 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,954 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
59 questions
asked 2024-10-30T19:11:49.25+00:00
Joël Delisle 0 Reputation points
edited the question 2024-11-04T06:28:51.46+00:00
KapilAnanth-MSFT 46,681 Reputation points Microsoft Employee
0 answers

Cannot click into or scroll word document after opening .... Until I hit Ctrl+Home or interact with some options in the Ribbon Bar

Some of our clients have started reporting a strange issue in Microsoft Word after we open documents using Microsoft.Office.Interop.Word automation When they open a Word document they think that MS Word is hanging. The first indicator that it's not…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,699 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,000 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-01T08:38:27.7966667+00:00
Giuseppe Carafa 96 Reputation points
edited the question 2024-11-04T02:46:01.1066667+00:00
Jiachen Li-MSFT 32,056 Reputation points Microsoft Vendor
0 answers

This add-in slows down Outlook

Hello. Within our company, the developer took a publicly available plugin and modified it for our company. GitHub - diggsweden/jitsi-outlook: A Jitsi plugin for outlook. When you start Outlook, sometimes you get a message that it is slowing down. Any…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,979 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-01T09:00:04.39+00:00
Андрей Михалевский 3,311 Reputation points
edited the question 2024-11-04T02:42:20.97+00:00
Joan Hua-MSFT 2,555 Reputation points Microsoft Vendor
0 answers

Picture in Word macro

I am trying to write a macro in Word (office 365). I want to import a .jpg and place it in the upper left corner of the document and set it to the back. The macro will not let me do it. Is there some code I can write directly into the macro to do…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
877 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-02T23:20:44.7866667+00:00
Maxine Nietz 1 Reputation point
edited the question 2024-11-04T01:32:51.7133333+00:00
Emi Zhang-MSFT 25,546 Reputation points Microsoft Vendor
1 answer

WORD macro not responding

Word 365. I have written a macro as follows: Set MyRange = ActiveDocument.Content MyRange.Find.Execute FindText:="Certification:", Forward:=True  If MyRange.Find.Found = True Then     Selection = "Certification:"     Selection.Cut    …

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
877 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-03T17:53:43.26+00:00
Maxine Nietz 1 Reputation point
edited the question 2024-11-04T00:59:46.7933333+00:00
Jiajing Hua-MFST 10,560 Reputation points Microsoft Vendor
1 answer

Pivot Table doesn't count all data

Everything in the table is mostly correct except the ones with the correct numbers on the right. I kept refreshing the data, but it's still not giving me the correct data and I don't know why. For the count, it's counting every…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,725 questions
asked 2022-08-02T16:34:50.957+00:00
jellyfish 1 Reputation point
commented 2024-11-02T16:13:06.0966667+00:00
NancyR4 0 Reputation points
0 answers

Microsoft Word settings: how to disable Translation & Dictionary while keeping Correction feature enabled

Hello, I work at a school, and we would like to allow our students to use Microsoft Word during exams. However, we do not want them to have access to the Translate feature or the Dictionary, nor to be able to manually 'turn on/enable' these features. Our…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
931 questions
asked 2024-11-01T13:08:18.93+00:00
Guissou Iravani-Manesh 0 Reputation points
0 answers

how to lock dropdown cells after date passed

i am preparing invoice in Excell, i want lock dropdown cells after date passed in password protected active sheets. cells E8 to E27 (Product) activated dropdown, I8 to I27 and P8 to P27 also required to lock without editable. Note:- remining columns (…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,954 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-11-01T06:34:00.0933333+00:00
Mohamed Ali Samsudeen 0 Reputation points
commented 2024-11-01T08:39:06.1133333+00:00
Jiajing Hua-MFST 10,560 Reputation points Microsoft Vendor
1 answer

Unable to get key for verifying signature from amurl claim in Exchange ID token

The Exchange ID token obtained from Office.js contains a signature that requires verification by extracting the amurl claim from the payload and downloading the public key from that URL.…

Microsoft Exchange Online
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-17T08:32:53.3166667+00:00
KA 0 Reputation points
commented 2024-11-01T06:54:59.7466667+00:00
Alex Zhang-MSFT 1,600 Reputation points Microsoft Vendor
2 answers

Obtaining access tokens for Outlook add-in that use Microsoft Graph API

If getAccessToken(options) is not supported for add-ins that are loaded in Outlook.com and getAccessTokenAsync(options, callback)/getAccessTokenAsync(callback) methods are also deprecated what are the other solutions to obtain the access token for…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,234 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2022-05-11T06:19:58.087+00:00
Isora Dolage 21 Reputation points
commented 2024-10-31T21:34:52.4666667+00:00
A, Veronika 0 Reputation points
1 answer

Does Office LTSC 2024 include downgrade rights?

Does Office LTSC 2024 Standard include downgrade rights to Office LTSC 2021 Standard?

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-31T19:01:37.5266667+00:00
Tom Zurich 0 Reputation points
answered 2024-10-31T20:27:10.61+00:00
Michael Taylor 54,731 Reputation points
0 answers

Resource tracker for a team of staff?

Hi there, I originally posted this in the M365 community, however the moderator there suggested this might be a better place to ask. I'm looking for a way to monitor the resources of an internal team (as in group of people rather than a Microsoft Teams)…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-31T17:35:45.91+00:00
Roadstone 0 Reputation points
1 answer

insertFileFromBase64 causes accumulation of styles

We're working on an add-in for Word that involves opening multiple documents. However, we've encountered an issue: when we use context.document.insertFileFromBase64 to open several documents, the styles from these base64 documents are being…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
877 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
995 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-05-02T09:31:53.63+00:00
Hanna Lebedenko 20 Reputation points
commented 2024-10-31T08:46:38.7166667+00:00
Chetan Kotwal 0 Reputation points
0 answers

Unable to Access Outlook Developer Dashboard - Need Originator Key for Actionable Emails

Hi, I can’t access the Outlook Developer Dashboard anymore. The page gives a "something went wrong" error, even though I’m using the official link: https://outlook.office.com/connectors/oam/publish. I’ve cleared my cache, tried using incognito…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,979 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-07T15:08:38.1766667+00:00
Gozde Yangel 5 Reputation points
commented 2024-10-31T08:21:34.37+00:00
StampbachRaphaela-8251 0 Reputation points
0 answers

HTML tag, <details/> and <summary/> not working in outlook

i am trying to send a HTML body as an email. i am using <details> and <summary> tag to create a dropdown. but i am not able to see the dropdown in outlook desktop app. here is the code i am using import smtplib from email.mime.multipart…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,979 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,268 questions
asked 2024-10-31T04:45:55.73+00:00
jack 0 Reputation points
edited the question 2024-10-31T07:59:52.8233333+00:00
ChristyZhang-MSFT 23,886 Reputation points Microsoft Vendor
1 answer

Custom Forms do not sync in Outlook with O365

Hello, In my company, we use the Developer Tool to create custom forms for Contacts and Tasks, which generate new pages in the contact items within Outlook. We use these custom fields to keep our contacts updated, filter them, and perform various other…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,277 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,979 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-09-30T12:03:46.1166667+00:00
Celia Trullà 0 Reputation points
commented 2024-10-30T14:46:18.0766667+00:00
CLl 0 Reputation points
0 answers

cannot access https://outlook.office.com/connectors/oam/publish

Hello I have a very frustrating issue. I need to register a scope on the AM Dev Dashboard. When I access https://outlook.office.com/connectors/oam/publish it just redirects me to my mailbox ultimately. Sometimes it will show "something went…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,979 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,970 questions
asked 2024-10-30T11:03:42.3866667+00:00
Patrick Davis 20 Reputation points
edited the question 2024-10-30T11:07:29.59+00:00
Patrick Davis 20 Reputation points