1,697 questions with Excel tags

Sort by: Updated
4 answers

Need to stop office apps from EVER opening in a browser on my PC. Was told to post here by answers.microsoft

I need to stop files (Excel files on SharePoint/OneDrive primarily) from opening in a browser on my PC. I feel like I've tried everything. All the advice I get is to click on the ellipses and select "open in desktop app", or go to SharePoint…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
982 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
asked 2024-03-12T14:25:38.0033333+00:00
Patrick Ldierts 5 Reputation points
answered 2024-07-17T14:20:44.7166667+00:00
Jesse H 0 Reputation points
0 answers

VBA codes using Named Ranges is not working since migration to O365

We recently migrated to O365 and we have several spreadsheets that are legacy items that transpose information from one sheet to another (info from input sheet to a table that is on another sheet for upload and is reconfigured to a different format) . …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
asked 2024-07-16T14:28:43.7766667+00:00
Jennifer Ford 0 Reputation points
edited the question 2024-07-17T01:34:36.55+00:00
Emi Zhang-MSFT 23,906 Reputation points Microsoft Vendor
1 answer

System.ArgumentException: Value does not fall within the expected range.

I am making an Excel Addin in C# in Visual Studio. I have already made another simpler Addin and installed it with no problem. But on this one I am getting the following error: “Name: ExcelAddin_RSMeansV.2 From: file:///C:/Users/jstebbins/Desktop/Excel…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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.
10,655 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,720 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
606 questions
asked 2023-12-05T03:02:02.8933333+00:00
Joshua S 5 Reputation points
answered 2024-07-16T17:24:06.3666667+00:00
Waqar Kabir 1 Reputation point
1 answer

An issue with the data model is preventing Microsoft Excel from launching workbook

Hi Friday I worked in one of my Excel folders that are running with queries and connections (Data Model) My sheet worked perfectly on Friday and when I returned today to the office and want to refresh my data I got the message that an issue with the data…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-16T04:12:32.4333333+00:00
Accounting 0 Reputation points
answered 2024-07-16T07:56:05.2633333+00:00
Jiajing Hua-MFST 7,705 Reputation points Microsoft Vendor
1 answer

Excel/Powerpoint send as attachment feature not working correctly in new Outlook

When sending emails from excel/powerpoint as attachment, the email doesn't get delivered to user in new outlook. The same can be done in old outlook.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,427 questions
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.
254 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-09T05:44:33.5666667+00:00
Kumar, P. ab 0 Reputation points
commented 2024-07-16T05:05:08.6833333+00:00
SokiGuo-MSFT 25,751 Reputation points Microsoft Vendor
1 answer

Excel SCRIPT not running in P.automate

A P.automate flow uses an Excel script to create a chart but the line where Getpoints is used causes an error in online execution. Desktop script execution works w-o…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-12T20:44:26.7333333+00:00
Nestor Herrera 0 Reputation points
answered 2024-07-15T12:08:11.1566667+00:00
Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 1,010 Reputation points Microsoft Vendor
2 answers

clarify the complex date function

hi, i cannot make sense of this function, could you please clarify it to me: =IF(OR(MONTH(Input!$B$7)<3,MONTH(Input!$B$7)>9),DATE(YEAR(Input!$B$7)+(MONTH(Input!$B$7)>3),2,28),DATE(YEAR(Input!$B$7)+(MONTH(Input!$B$7)>9),9,30)) especially:…

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.
4,368 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-14T06:13:03.51+00:00
David Polsangi 0 Reputation points
commented 2024-07-15T02:27:17.3766667+00:00
Emi Zhang-MSFT 23,906 Reputation points Microsoft Vendor
12 answers

Workbook.refreshAllDataConnections() is not supported in Power Automate.

Dear all, I have an excel sheet with an active connection which I am able to refresh to get the newest data. Now I've got another PowerAutomate Flow which is working fine with a script inside this Sheet to send me via Teams numbers which I want to be…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
asked 2023-04-20T06:58:58.2433333+00:00
MMPB 60 Reputation points
commented 2024-07-14T16:50:00.1466667+00:00
Usama Waheed 0 Reputation points
8 answers One of the answers was accepted by the question author.

Data from a csv file to excel, date is in MM/DD/YYYY format, region set as Australia

Newbie here so simple language please. Data was transferred as a csv file into excel file. I have subsequently entered more data. I have noticed the date of the imported data is in MM/DD/YYYY format even though settings, region, language and cell format…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-06-18T06:28:41.07+00:00
Body and Sole Podiatry 20 Reputation points
answered 2024-07-14T07:20:34.4833333+00:00
Body and Sole Podiatry 20 Reputation points
2 answers

"An operation that uses the database driver could not be completed. If the driver is a Microsoft driver, make sure the driver file isn't damaged, and if it is, reinstall the driver by reinstalling Microsoft Query."

One of the users receive this error. is this issue at our end or at microsofts ?

Azure SQL Database
Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
445 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,263 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,689 questions
asked 2023-10-25T20:03:28.8633333+00:00
zubaid ahmed 5 Reputation points
commented 2024-07-12T13:19:50.5766667+00:00
Goede, Rhonda 0 Reputation points
1 answer

Glitches in Excel formulas

02.07.24 Fd Wge Cost Bgt 24-25 - 10 (version 8 13.05.24.xml Hi, We have a problem with the attached spreadsheet. The details are as follows: Daily Spreadsheet : "Monday" Wages Q2985 "Minimum" formula for Mondays only works with…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-04T10:29:18.0633333+00:00
Laurence Clerkin 0 Reputation points
commented 2024-07-12T07:45:32.88+00:00
Jiajing Hua-MFST 7,705 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Python Function limit chars?

I was super excited to see Python was being supported in MS Excel. I have been waiting for this functionality for a very long time. I was pretty sad to see the limitation of only 8,415 characters per python script. Is there any way to increase this? I…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-10T16:30:26.4666667+00:00
Robert 20 Reputation points
accepted 2024-07-11T12:36:36.19+00:00
Robert 20 Reputation points
0 answers

Help with "DataPivotHierarchy setSummarizeBy: The argument is invalid or missing or has an incorrect format." error

I have an excel script which used to run with no problems. Suddenly I'am getting an error when trying to set a column to summarise by average in a pivot table. I get the following error: DataPivotHierarchy setSummarizeBy: The argument is invalid or…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,480 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
asked 2024-07-11T05:26:39.35+00:00
Felipe Leefu Huang Lin 0 Reputation points
edited the question 2024-07-11T07:26:06.5166667+00:00
Emi Zhang-MSFT 23,906 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Conditional formatting for a column based on the contents of another column

I am trying to format font and/or background for the cells in one column based on the content of the associated cell in another column. I can get it to work if I do it cell by cell but have no desire to set of the conditions individually for each cell. …

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,480 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2024-07-08T16:15:30.9666667+00:00
Karla Marciszewski 20 Reputation points
commented 2024-07-10T18:02:09.7533333+00:00
Karla Marciszewski 20 Reputation points
1 answer

why Excel VBA modules are not getting saved?

Hello All, I am working on development of a project specific excel tool and I am stuck on one issue.   I am facing an issue in saving the modules which I create in Visual Basics Window. The modules gets discarded every time I close the excel and reopen…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
asked 2023-03-24T06:08:46.1733333+00:00
Medha Nandkishor Goley 5 Reputation points
edited a comment 2024-07-10T10:07:23.1533333+00:00
Louis du Preez 0 Reputation points
0 answers

I need a simple and elegant solution to export a detailed audit of all changes to an Excel Online file.

What I'm looking for is a report that shows the same format as the legacy "Track Changes" function, but in a modern environment. I believe the best way would be to aggregate all of the changes that are listed by the "track changes"…

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.
4,368 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,720 questions
asked 2024-07-09T22:54:39.3033333+00:00
Mark George 0 Reputation points
edited the question 2024-07-10T05:50:07.79+00:00
Emi Zhang-MSFT 23,906 Reputation points Microsoft Vendor
2 answers

New Excel workbooks (created in SharePoint library) not launching in app - .xlsx "extension is not valid"

Hi there,   Having a recent issue in some SharePoint sites - in Document Libraries, using the (default) New > Excel Workbook action gives the error when launching the app: "Excel cannot open the file 'Book.xlsx' because the file format or file…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
asked 2024-04-16T01:29:14.2533333+00:00
Alan 45 Reputation points
answered 2024-07-09T20:10:55.71+00:00
Marie, D 0 Reputation points
4 answers

How do I fix microsoft office error message "The operating system is not presently configured to run this application" I'm getting it for Excel and Outlook

Problem started today and neither Outlook nor Excel will open up.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,427 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 questions
asked 2023-09-20T18:13:15.3733333+00:00
Susan 10 Reputation points
answered 2024-07-09T15:01:01.96+00:00
kareem kamal 0 Reputation points
0 answers

dynamic add label to userform and click event

I want to dynamically add multiple labels to a userform and then capture the click event to run a macro based on the name of the label. I figured out how to add the labels but not the click event. Thank you in advance. :-)

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
asked 2024-07-08T18:49:35.2366667+00:00
Vayder, Dean 0 Reputation points
edited the question 2024-07-09T05:43:01.91+00:00
Emi Zhang-MSFT 23,906 Reputation points Microsoft Vendor
0 answers

microsoft visio viewer was not able to complete the operation - vba in excel

I am using the Visio Viewer Active X control in excel. When I try using the following method I get the message "microsoft visio viewer was not able to complete the operation" Sheet1.ViewerSMG.Load…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,697 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,720 questions
Visio Management
Visio Management
Visio: A family of Microsoft products used to create diagrams and vector graphics.Management: The act or process of organizing, handling, directing or controlling something.
251 questions
asked 2024-07-04T16:02:04.78+00:00
stewart graham 0 Reputation points
commented 2024-07-08T17:19:25.7866667+00:00
Viorel 114.8K Reputation points