Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.
Open XML Formats and file name extensions - Microsoft Support
By default, documents, worksheets, and presentations that you create in Office are saved in XML format with file name extensions that add an "x" or an "m" to the file name extensions that you are already familiar with. The "x" signifies an XML file that has no macros, and the "m" signifies an XML file that does contain macros.
Applies To: Excel for Microsoft 365, Word for Microsoft 365, PowerPoint for Microsoft 365, Excel 2021, Word 2021, PowerPoint 2021, Office 2021, Excel 2019, Word 2019, PowerPoint 2019, Office 2019, Excel 2016, Word 2016, PowerPoint 2016, Office 2016
Fix Wi-Fi connection issues in Windows - Microsoft Support
Right click the network icon in the right side of the taskbar and select Diagnose network problems or open Get Help for Network & Internet. Make sure Wi‑Fi is turned on. Select the No internet icon on the right side of the taskbar, and make sure Wi-Fi is turned on. If it isn't, select it to turn it on. Also, make sure Airplane mode is turned off.
Use Excel with earlier versions of Excel - Microsoft Support
This workbook contains custom descriptions for VBA User Defined Functions. All custom descriptions will be removed. What it means Beginning with Excel 2010, you can use Visual Basic for Applications (VBA) to create User-Defined Functions (UDFs) with custom descriptions. Custom descriptions are not supported in Excel 97-2007 and will be removed.
Applies To: Excel for Microsoft 365, Excel 2021, Excel 2019, Excel 2016, Excel 2013
IIf Function - Microsoft Support
Use IIf in a query . The IIf function is frequently used to create calculated fields in queries. The syntax is the same, with the exception that in a query, you must preface the expression with a field alias and a colon (:) instead of an equal sign (=).To use the preceding example, you would type the following in the Field row of the query design grid:
Applies To: Access for Microsoft 365, Access 2021, Access 2019, Access 2016
Use the Analysis ToolPak to perform complex data analysis
To perform data analysis on the remainder of the worksheets, recalculate the analysis tool for each worksheet. The Analysis ToolPak includes the tools described in the following sections. To access these tools, click Data Analysis in the Analysis group on the Data tab. If the Data Analysis command is not available, you need to load the Analysis ...
Applies To: Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016
You receive run-time error 429 when you automate Office applications
If you cannot run the application manually, the application will not work through automation. Re-register the application as follows: Click Start, and then click Run. In the Run dialog box, type the path of the server, and then append /RegServer to the end of the line. Click OK. The application runs silently.
A driver can't load on this device - Microsoft Support
To turn off the memory Integrity setting. Go to the Core isolation page in Windows Security. Turn the Memory Integrity setting Off if it isn’t already. You'll need to restart your computer for the changes to take effect. You can also open the Core isolation page by selecting Start > Settings > Update & Security > Windows Security > Device ...
DMin, DMax Functions - Microsoft Support
You can use the DMin and DMax functions to determine the minimum and maximum values in a specified set of records (a domain). Use the DMin and DMax functions in a Visual Basic for Applications (VBA) module, a macro, a query expression, or a calculated control.. For example, you could use the DMin and DMax functions in calculated controls on a report to display the smallest and largest order ...
Applies To: Access for Microsoft 365, Access 2021, Access 2019, Access 2016
TEXT function - Microsoft Support
The TEXT function lets you change the way a number appears by applying formatting to it with format codes. It's useful in situations where you want to display numbers in a more readable format, or you want to combine numbers with text or symbols. Note: The TEXT function converts numbers to text, which may make it difficult to reference in later ...
Applies To: Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel for the web, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016
VBA code "behind" a worksheet or a workbook may not work in Excel
In Excel, VBA code can be stored in three different locations: in a Visual Basic module, in a Visual Basic class module, and "behind" worksheets and workbooks. To edit code "behind" a worksheet or a workbook: Activate the Visual Basic Editor (press ALT+F11). In the Project Explorer window, you will see entries similar to the following: