1,304 questions with Office Development tags

Sort by: Updated
0 answers

Project de escritorio

Tengo proyectos creados en microsoft project web y necesito importarlos a project profesional de escritorio. Cómo puedo mover esos proyectos desde project web a project de escritorio?? Gracias.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,998 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,599 questions
asked 2024-05-31T16:52:50.95+00:00
Beatriz E. Medrano Solis 0 Reputation points
0 answers

Alternative way for the issue "Permissions Policy Violation: Microphone Not Allowed in Outlook Add-In"

Our team has encountered an issue with enabling the microphone while developing  outlook add in that has speech recognition as main feature. It appears that a recent update to Outlook on the web is blocking the usage of the microphone within extensions.…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
907 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,599 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
182 questions
asked 2024-05-31T13:36:43.1133333+00:00
Shephin Philip 0 Reputation points
edited the question 2024-05-31T13:44:37.1433333+00:00
Shephin Philip 0 Reputation points
0 answers

Is Ms access dataverse available?

Using access with cloud

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,599 questions
asked 2024-05-31T01:08:54.2266667+00:00
Paulo Silva 0 Reputation points
0 answers

fetch is not defined in SSO Office Add-in

I've followed the instructions here: Enable SSO in an Office Add-in using nested app authentication - Office Add-ins | Microsoft Learn Under the Call an API, TODO 4, my VS Code is telling me that 'fetch' is not defined. This is in the taskpane.js file.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,914 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,599 questions
asked 2024-05-27T13:04:05.5666667+00:00
Tom H2o 0 Reputation points
edited the question 2024-05-30T04:32:57.4666667+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
0 answers

Event based action in Outlook web addin stops working after Admin deployment

We are developing a Outlook web addin following Microsoft documents that consists of manifest.xml, webpack.config.js etc. It has: a button we can click to display a taskpane an Event based action to display a sentence in infobar automatically…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 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,599 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.
4,958 questions
asked 2024-05-29T10:04:37.93+00:00
William 25 Reputation points
edited the question 2024-05-29T10:08:39.37+00:00
William 25 Reputation points
0 answers

Event trigger inside Outlook Addin when Outlook logout or close

We are using SSO for our ADDIN in outlook using OfficeRuntime JS. We created our own token using below steps. step 1-> Read the Token from OfficeRuntime.auth.getAccessToken({ allowSignInPrompt: true, }) step 2-> Passing the received token to…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 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,599 questions
asked 2024-05-28T03:40:39.7866667+00:00
RAVI TEJA GUGGILAM 0 Reputation points
edited the question 2024-05-29T05:01:54.11+00:00
kguntaka 1,090 Reputation points Microsoft Vendor
0 answers

Can the Excel Image function accept a "data" url as the source?

Hello, I'm currently developing a Javascript add-in for Excel. During the development process, I have used both the addImage function to include images and the WebImage data type. The current interaction of the code is using the WebImage data type. The…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,554 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
907 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,599 questions
asked 2024-05-27T09:20:56.3166667+00:00
Johnny Spicer 0 Reputation points
edited the question 2024-05-28T01:30:27.57+00:00
Jiajing Hua-MFST 6,260 Reputation points Microsoft Vendor
0 answers

How does Office addin detect when the browser or panel is closed and display a customized pop-up window?

How does Office addin detect when the browser or panel is closed and display a customized pop-up window?

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,368 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,599 questions
asked 2024-05-27T05:52:47.39+00:00
Dora Chen 0 Reputation points
0 answers

Recommended approach to adding web pane to Excel worksheet

We are using the Javascript API to write an Excel add-in. The app runs well in the task pane. We are making good headway on that, but there is a specific feature we want to support that is challenging to find an answer for: How can we utilize the…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,554 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
907 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,599 questions
asked 2024-05-24T14:14:40.7666667+00:00
Tim Habersack 0 Reputation points
0 answers

How do I delete old emails so I don’t run out of storage?

When I delete emails from my inbox or sent folders etc. etc. and then empty the trash - my percentage of storage used is not reduced. Where else do I delete to reduce the amount of storage I am using? I am getting messages telling me I am almost out off…

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,599 questions
asked 2024-05-24T04:53:26.0433333+00:00
Dave Peddicord 0 Reputation points
0 answers

Excel crashes when opening a macro enabled excel file intermittently

I have an issue with a macro enabled excel file crashing intermittently. The file starts as a blank template for users to add data, sheets and images to. They can make copies of the template file. But every so often we run into an issue with certain…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,554 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,599 questions
asked 2024-05-22T17:58:37.35+00:00
Patrick 0 Reputation points
edited the question 2024-05-23T07:24:04.6+00:00
Emi Zhang-MSFT 22,636 Reputation points Microsoft Vendor
0 answers

How can I get the status of calculation request when using Workbook /calculate endpoint?

I am using the Microsoft Graph API endpoint /calculate for workbook recalculation, but it does not provide a way to poll for the status of the calculation asynchronously. After making a POST request to this endpoint, it initiates the calculation process…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,914 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,913 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,599 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,661 questions
asked 2024-05-21T08:36:06.9+00:00
Sankalp 0 Reputation points
edited the question 2024-05-22T08:18:56.05+00:00
Jiajing Hua-MFST 6,260 Reputation points Microsoft Vendor
0 answers

Specifying Application ID URL

Context I'm building an Office 365 add-in - to be run in Outlook, both desktop and web -, and I'm at the stage where I want to try logging the user in and getting an access token. However, I'm running into trouble getting the login to work. The…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 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,599 questions
asked 2024-05-20T11:39:54.05+00:00
zmeggyesi 0 Reputation points
edited the question 2024-05-22T07:41:20.6566667+00:00
Shweta Mathur 28,201 Reputation points Microsoft Employee
0 answers

Powerpoint content add-in with iframe contains website cannot be export in web version

I am developing an add-in for Powerpoint. It's a content add-ins that display an external link in an Iframe. In the desktop version of Powerpoint, everything works fine, including export and print. But in the web version, when I try to export the slides…

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
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,599 questions
asked 2024-05-22T04:02:13.6133333+00:00
Bien Luong 5 Reputation points
0 answers

Outlook mail-macro to jump to a specific date similar to Outlook Calendar

Within Outlook mail, jumping to a date is less convenient than doing the same in Outlook Calendar (CTRL-G) CTRL-G in Calendar lets user jump to a date, whilst also showing about 1-2 weeks prior and after given date. AFAIK Outlook Mail has the option…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 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,599 questions
asked 2024-05-21T13:03:37.31+00:00
Mar_50 11 Reputation points
edited the question 2024-05-22T01:13:40.0266667+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
0 answers

Macro not visible in Outlook

I have created a macro in my outlook and i have enabled all the macro option in trust center. I can able to run the macro from outlook without any issues. while creating a rule I'm not able to see that macro under run a script. can someone advise on this…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,142 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,599 questions
asked 2024-05-21T09:26:19.97+00:00
Balavignesh P 0 Reputation points
edited the question 2024-05-22T01:13:04.8133333+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
0 answers

How to update an image and link field in a Sharepoint List using ADO

Hi everyone, I've a Sharepoint List and I'm serching for help on how to update an Image and Link fields using ADO. Using VBA I was able to update text, date and numeric fields but I didn't find how to upload an image from my computer to neither how to…

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,599 questions
asked 2024-05-09T16:36:07.9466667+00:00
Elton Senne 0 Reputation points
edited the question 2024-05-21T08:35:45.28+00:00
AllenXu-MSFT 16,961 Reputation points Microsoft Vendor
0 answers

Interop.Excel always saving in default path even specifying the path manually for Office 365

Trying to create an Excel file using Office.Interop.dll (15.0.4795.1001).But it is taking the default file path instead of the path which set manually. if (extensionObj != null) { relativeExcelPath =…

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.
10,418 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,599 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,661 questions
asked 2024-05-20T11:08:56.84+00:00
Venkatachalam S1 0 Reputation points
0 answers

How to automatically jump to another cell after hitting enter

Hello All, is there a way to automatically move from the current cell to a specified cell after pressing enter or tab? For example: After entering data in cell H2 and pressing enter, cell H3 is selected. If I press tab, then cell I2 is selected. …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,554 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 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,599 questions
asked 2024-05-17T21:01:24.8+00:00
Constance Fischer 0 Reputation points
edited the question 2024-05-20T01:02:54.1966667+00:00
Emi Zhang-MSFT 22,636 Reputation points Microsoft Vendor
0 answers

How to convert Tint value with base color to System.Drawing.Color using OpenXml Library in C#?

Using OpenXml library i want to get the cell background color. when i tried with the below code i did not get the actual color of cell background. Please help me on this. private static BooleanResult<System.Drawing.Color>…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,554 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,599 questions
asked 2024-05-17T06:51:04.5666667+00:00
Pritam Adak 0 Reputation points
edited the question 2024-05-20T01:00:06.0833333+00:00
Emi Zhang-MSFT 22,636 Reputation points Microsoft Vendor