Content
Sharepoint Online Modern sites Homepage how to remove dropdown on Libraries
SharePoint online modern sites Homepage in left hand side column you have the word Libraries click on it and it drops down the list of the libraries. I have a customer that doesn't want it like that they want to have the word Libraries and then the list…


Check if account exists
Hi, To the code like Dim computer Set computer = GetObject("WinNT://" & computerName) Dim user Set user = computer.Create("user", userName) user.SetPassword password user.SetInfo …


Pass Authenication cookie to MS Word to open word document without MS Word authentication popup
Hello, We have a website where we list the MS Word documents and a WebDav setup and user has to login for viewing the list of documents. Users can edit the documents online in Office online and while opening the document remotely(by supplying the…


404 issue to the file
Hi, Due to issue like What to adjust below? <body style="background-color: ???; background-image:url(beautiful_Currency0e.jpg);">


How to know when a book is completed using the iframe provided by outlook booking service
Is there any event or way to know if a book was successfully using the iframe provided in the booking dhasboard? I am not able to use the Booking API, it needs to be a Javascript/ReactJS solution. Thanks


Office Add-in Interface reading / updating SharePoint properties
I'm looking for an option to access the SharePoint online file properties within an Office add-in. The JavaScript API does not offer such an interface.
Run .vbs file
Hi! I don't know about scripting in vbs. Here in the environment we have a 2008 Standard R2 server with scheduling that executes a .bat file with: cscript file.vbs Everything works normally. But I need to migrate this server to a 2016 and when testing…
Web form issue
Hi, I get "undefined" unexpectedly to the column/field below, while there is the proper row value returned from the table. What is the reason? html += "<td >货币</td><td style='font-weight:…


How to show the task pane in the Office add-in for Outlook?
I'm using Visual Studio 2019 to develop an Office add-in for Outlook. I would like to see the Office Add-in task pane when composing a new message. Using event-based activation, I can fire an event when a new message is created, but I don't know how to…


Not all records being saved in SharePoint List via JSOM
Hi i am having trouble saving all records from my Array to my SharePoint Detail List via JSOM. Most of the time it save all but sometimes not all records are being saved. See my code below: function savetoDetailList(id) { ctr = 0; …




How to open existing document with Office JS API
Is there a way to open existing document with Office JS API (Word, Excel, PowerPoint) as we can open new document with stream? If there is no API support, is there protocol URLs which we could use (in desktop/browser win/mac) to accomplish this? Our…


how do i launch an app to play store
i just need answers


How to track if app is minimized through office-js add-in for word/excel/powerpoint ?
I am developing an OfficeJS add-in for Word, Excel and PowerPoint where I need to perform some action when the file is minimized or out of focus. Is there any OfficeJS api which can provide us related event ?


Using java script api's Can you acces the styles collection in Word and get the value of property ?
I am trying to make an addin that will just print in console the value of property of specific style but I want to do it without making user select any text or doing anything i just want the program to print out maybe spacing or scaling value of font…


No access into computer
I can't sign into my computer. I have a password and it only asks for a pin which I don't have.


Next meeting for Access User Groups - Europe
The next Access Europe meeting will be on Wednesday 1 Feb 2023 starting at 18:00 (6PM) and finishing at about 19:30 (7.30PM) UK time (UTC) The start time is equivalent to 19:00 (7PM) in Central Europe / CET (UTC+1) and 10AM in Seattle / PDT (UTC-8) …


How to set cursor position after insertText to word document?
I have created a Word add-in using Office JavaScript APIs I called APIs to insert text into a document at the located cursor position Below code, I am using await Word.run(async (context) => { const paragraphs =…


how to trigger function when message arrives outlook add-in using officejs library?
I want to trigger function when new message arrives in mailbox.


535 5.7.139 Authentication unsuccessful
We are receiving the following error using the Office 365 SMTP server to send mails: 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Same issue with MFA (+ App password) and without…

