Questions tagged [word]
Word is a commercial Word processing application written and distributed by Microsoft
347 questions
0 votes
0 answers
18 views
Prevent SharePoint Word documents from being opened in the desktop application
I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
0 votes
0 answers
14 views
Prevent user from "Rejecting All Changes" for other users in Word Document SharePoint Embedded
I am testing a Word co-authoring scenario and the behavior I'm experiencing doesn't seem right. The scenario is a follows: Word document is stored in SharePoint Embedded Collaborators have links ...
0 votes
0 answers
17 views
SharePoint / Power Automate - Document Generation (Microsoft Word) Question
I currently have a system in which a user populates a SharePoint Form (Customized with PowerApps), submits it to SharePoint, then Power Automate opens a Word Template and populates it with the data ...
0 votes
0 answers
19 views
Include Sensitivity inside a Word document
I want to include the document sensitivity labels inside a Word document (like a document property) in Word (and ideally other) documents. This relates to having a document Classification Policy for ...
0 votes
0 answers
24 views
why we can not update a word document property of type managed metadata from "SharePoint Properties"
I have a SharePoint online document library , which contains custom content type and 2 custom columns as follow:- ChoiceOnly of type choice TermOnly of type managed metadata linked to a term set now ...
0 votes
0 answers
125 views
Can I fix broken formatting when viewing a Word document, via SharePoint, on mobile?
We "publish" reports as Word documents via SharePoint. Here is one: https://healthwatchbucks.sharepoint.com/:w:/g/EdLTxsEk5v9HpO0KLE9pCX0BcDOg-7mFW1PXE3hiwnVywQ?rtime=IO9HdpFK3Ug On a ...
0 votes
1 answer
409 views
sharepoint office template library not shown in word for some users
Recently I set up an office template library. Created a new share point site, inside prepared a document repository for office template files, uploaded some dotx files. I finalized the setup running ...
1 vote
0 answers
86 views
Fill in Word forms on SharePoint site
I have a couple of forms in Word files that must remain as Word files with existing formatting. These forms need to be filled in by 50 people, some people may need to fill in the same form up to 10 ...
0 votes
1 answer
150 views
Getting Access denied when users trying to access word or excel document on SharePoint Server Subscription Edition on-premises
We are on SharePoint Server Subscription edition on-premise. We are seeing "Access denied contact administrator" when users are trying to access word/excel files. when we checked logs I can ...
0 votes
0 answers
426 views
Javascript error when browse SharePoint libraries within Office clients
When we open or save files in a SharePoint library from within Word, Excel or other client applications, we get javascript errors in the browse window. There are always two errors, one from init.js ...
0 votes
1 answer
52 views
SharePoint Online Document Library re-using deleted file name when creating New documents
In SharePoint Online document library, if you create a new document using the "New" button, it will automatically name the new document "DocumentX.docs" (where X is the ...
1 vote
2 answers
2k views
Comments in read-only Word/Excel files
Do you have any ideas on how to allow users to comment/discuss on contents in Word/Excel files when the users only has read permissions to the documents? Ideally we would like to use the built-in ...
0 votes
1 answer
50 views
SharePoint server : how to set up a word template with SharePoint version number in a content type set in a content type hub
I explain : we use content type hub to spread content types in all SharePoint sites. In the content type hub we have a template library, where we configure the templates with quick parts, and we would ...
0 votes
1 answer
188 views
Office URI Scheme | Cannot use save location in Office 365
I have used the Office URI scheme successfully in the past to perform actions such as: Open an instance of a document template (template.dotx -> New Document.docx) Provide a suggested save ...
0 votes
2 answers
2k views
How to run Word DOTM macro from SharePoint Online
I created a Word macro-enabled template (.dotm) in Office 365. The DOTM contains 3 simple macros - AutoNew with message, AutoOpen with message, and a Userform with simple data entry code. The DOTM ...