Content
List SQL Servers on Network in VBA
Is there any possible way to list all servers on a network using VBA? I used to use SQLDMO but it's gone. I tried Powershell (System.Data.Sql.SqlDataSourceEnumerator]::Instance.GetDataSources()), but it won't list my local server on my laptop. Any…


Is there a possibility to change the general width of an actionable Message in Outlook (Adaptive Card)?
Dear all, I created an Actionable Message in Outlook using the Adaptive Cards Designer. The only issue I am currently facing is that the width of the Actionable Message in Outlook does not change. I have used to set the width in the Columns of the…


Type of license I have to run Excel Script editor
I would like to know the type of license that I have installed. It because I can not run the Excel Script editor in my Excel desktop version. When I try to run the editor the side panel says me : **An unexpected error occurred. Close the task pane to…


VBA メール送信済で実行されるはずが、実行されない時があります
お世話になっております。 OutlookのVBAについてです。 メール送信後、送信済フォルダに送信済メールが追加された時に、VBAを実行しようとしておりますが、 VBAコードが実行できたり、出来なかったりします。 すべてのカテゴリのマクロを有効にしております。 Outlookを終了し、再度起動すると、実行されることがあります。 お手数ですみませんが、対処法のご教授をお願いできますでしょうか。 VBEで、Project1(VBAProject.OTM)の、Microsoft…


How to remove an add-in nologer in Office Store from Outlook?
Years ago, I added the add-in "世界时间转换助手" (World Time Conversion Assistant) from the Get Add-ins in the Office Store. However, the add-in is no longer available, as suggested by the yellow banner, and I can't see the corresponding add-ins in…
How do I restore the initial default settings of my Microsoft Office LTSC Pro Plus 2021?
How do I restore the initial default settings of Microsoft Office LTSC Pro Plus 2021? How do I reset all settings of Microsoft Office? I want to restore all of them completely, just like to the settings of Office that I just downloaded and…


Reselling benefits for MSPs to migrate Box to Office 365
What are the Reselling benefits for MSPs to migrate Box to Office 365?


How to run (execute) VBA when mail (item) is added in sent mail box
Hello Could you please teach me how to run (execute) VBA when mail (item) is added in sent mail box of Outlook? About Outlook VBA (Visual Basic for Applications). By running below code, the code sometimes can't be runned. (VBE …


Recent change to working with checked in SharePoint documents in Word - Field.Unlink command no longer working
Word for Microsoft 365 MSO Version 2209 and lower (32 and 64 bit) allows a document opened read only from a SharePoint library, without being checked out, from having some automation commands run against them such as updating fields and unlinking…


Zero (0) in SharePoint Number Column is displaying empty in Excel using Office Script
Zero (0) in SharePoint Number Column is displaying empty in Excel using Office Script. Other numbers are properly displaying.


Need some help with my office script code
Hi, I need my code to run only in AC5:AC column but it runs in every cell, not sure what the problem is, where's my code: function main(workbook: ExcelScript.Workbook) { // Get the specific sheet in the workbook. let sheet: ExcelScript.Worksheet =…
Importing excel workbook data into MS Project isn't working
Hi When I try to import excel data into MS Project, I have to select the tab name (which I haven't had to do before if there is only one active tab), but when I try and select the data - nothing is showing. I have cleared all formatting from the…


My computer going to hang while using MS office after adding Domain
Hi, My Laptop going to hang while using MS office. It's showing not enough memory for Office 64 Bit. Seeking your help to resolve the case.


Installation failed: The operation on mailbox failed because it's out of the current user's write scope.
Dear Microsoft, I need your assistance, please. Our users work with private and with shared mailboxes in O365 (mainly from Web). When our users reply to inbound emails from shared mailboxes we want them to be able to use their private signatures…


Excel: Exporting Show Changes Log
Hello all, it was suggested by a Microsoft Community Mod that I ask this here: I have a SharePoint-stored Excel file that is used by my team to store which local restaurants are open on any given day, where the rows are the restaurants and the columns…


How to fix excel student account credential?
Hi Unfortunately, I just disabled my student credential for excel. From managing device options I disabled it. Please help me with this. How can I fix this issue?


How to stop users from loading a SharePoint list as data source
Hi Dears, I have a form in SharePoint online, where Initial data is loaded and every users will open and fill their form. They got contribute access to the list. I have programmatically restricted a user from opening another users form. so nobody will be…


How to distinguish inbound and outbound outlook mail items?
Dear Microsoft, Please advise what is the best way to distinguish inbound against outbound outlook mail items or please confirm if it is impossible at all. My company uses a self-developed Outlook Add-in allowing to save a selected Outlook mail item in…


How to show Icon along with Text in SharePoint List multi choice field via Json code in customized column formatting
Hello, I am trying to show Icon along with Text in SharePoint List multi choice field column in json formatting. but its not working. when we hover a mouse, it shows a name but we would like to display it like below in column itself along with icon and…


VBA 5097 Error when updating the Content Controls from the user form
Hi, I have a user form which updates around 650 Content Controls in the Word Document. It works fine when the Track Changes function is disabled. When the user would like to Track Changes they are getting an error message 5097 in SubmitEndorsement…