458,020 questions with Microsoft 365 and Office-related tags
does MROUND still have a 'grace range', is it anywhere documented that it has or had?
I stumbled about a funny behaviour of MROUND with Excel 2010: values very little below 0.5 times the 'significance divider' are not rounded down, but up. E.g. '=MROUND( 5; 10 )' should round up per definitionem, 'midpoints away from zero', but…
Microsoft 365 and Office | Development | Other
Issue to code
Hi, It is not having "Underline" effect to the words below. What to adjust? RunProperties runProperties2 = run.AppendChild(new RunProperties(new RunFonts { Ascii = "Times New Roman" })); RunProperties…
Microsoft 365 and Office | Development | Other
Developer technologies | C#
Access Database Engine Crashes
Hello, I have a database with functions stored in a virtual computer (Ram 16Gb), which I want to use with Microsoft Access Database Engine version 16. In this database there is a VBA procedure that prints multiple reports in pdf form with…
Microsoft 365 and Office | Access | Development
Developer technologies | Visual Basic for Applications
Microsoft Word Crash wwlib.dll
I try to open .doc documents from a state website that I have for 10 years but until last week. Try safe mode. Was in Word 2016, now Word365 and same error. Thanks Faulting application name: WINWORD.EXE, version: 16.0.14430.20234, time stamp:…
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Word | For business | Windows
Help needed
I get "Run-time error 453 Specified DLL function not found" when I want to open word... please help me...
Microsoft 365 and Office | Word | For business | Windows
license issue
When the user is logging into Microsoft WVD machine , and opening the excel , he/she is getting Unlicensed product error . For the same we tried to sign out and sign in into the User's Microsoft account from the excel within the Microsoft WVD and tried…
Microsoft 365 and Office | Excel | For business | Windows
license issue
User is assigned E3 license
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
How can I create a code or macro that will kick everyone out from the shared database?
I have a database that will go on the network and I would like to give the one person the ability to kick everyone out if edits need to be made. I doubt there will ever be a case where edits need to be made but I would like to create something that kicks…
Microsoft 365 and Office | Access | Development
Developer technologies | Visual Basic for Applications
SharePoint Designer 2013 Loop
I have a list in SharePoint that I need to set up a workflow to automatically run daily. I want it to do the following: Check if the Follow-Up Required? field is Yes AND if the Follow-Up Complete? field is No AND if the Follow-Up Date is before…
Microsoft 365 and Office | SharePoint | For business | Windows
Onedrive cannot log in
Hello, recently I've been having login problems with OneDrive, showing "The service is currently experiencing a large number of requests, please wait a few minutes and try again, error code: 0x8004e4d5", and I can't login to the web version of…
Microsoft 365 and Office | OneDrive | For business | Windows
Deeplink Support is needed for Skype
Hello, we are developing an application that has the logic to make a call using different messages. Skype has the option to start video or audio calls using deep links. But the issue is the parameter video=true does not start video call but just audio…
Microsoft 365 and Office | Skype for Business | Windows
Visio 2016 move to new computer
When I login to MS website and enter my Product Key to download Visio 2016 on new computer. I recieve error message or site freezes. Is there a guide to loading Visio 2016 onto new computer?
Microsoft 365 and Office | Visio | For business | Windows
How can I delete one user from my shared OneNote?
I've shared my OneNote with colleagues using Send Link. Now I want to stop sharing this with 1 colleague, the other colleagues are still allowed to join. When you look at the sharing link, you can see who you have shared the OneNote with, but I…
Microsoft 365 and Office | OneNote | For business | Windows
Office 365 Search Filter option not presenting for all employees
Office 365 Search does not provide the Filter options for some employees. When a search is performed in Office 365 some employees see Filter: File Type & Last Modified above the search results. There is a dropdown arrow that allows for filtering by…
Microsoft 365 and Office | SharePoint | For business | Windows
Unable to update ScriptEditor WebPart (CSOM, PowerShell)
I am unable to change the contents of the script editor web part, here is my code: Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.dll" Add-Type -Path "C:\Program…
Microsoft 365 and Office | SharePoint | For business | Windows
Windows for business | Windows Server | User experience | PowerShell
Average by categoies in Power Pivot
Hi all, I am new to DAX and need a bit of a hand. I am trying to calculate an average by categories that are survey questions. I have constructed a measure that correctly computes the average by question. When I add the facility to the Power Pivot…
Microsoft 365 and Office | Excel | For business | Windows
SharePoint 2019 On-Prem farm account doesn't have access after install
Server configuration: * Windows 2019 Server * SQL Server 2016 Standard * SharePoint 2019 Server The server is an ESX-hosted VM, with SQL Server and SharePoint 2019 on the same system. I've gone through the standard installation steps for SharePoint…
Microsoft 365 and Office | SharePoint Server | For business
After Windows Update Sharepoint Site Stopped CA is also not working
After Windows Update Sharepoint Site Stopped CA is also not working error is assembly could not load System.Wb.Cachhing
Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint Server | Development
While creating blank intranet template coming up with error
While creating blank intranet template coming up with error , PFA and other query: Can u please give me list which templates would give classic experience and which templates would give modern experience? is there way to get the data and…
Microsoft 365 and Office | SharePoint | For business | Windows
Finding and highlighting cells with DirectDependents without calling context.sync() in loop
I want to be able to find and highlight cells that have direct dependents in Excel amongst a column of cells (total dependents would amount to a few hundred out of 1000+ cells). However, so far I've been unable to achieve this without calling…