Select text with similar formatting Office JS - vsto

I am passing days struggling to find a way using OfficeJS to have the same functionality offered in the Office application by this button.
Isn't there an out-of-the-box function or even a little snippet to do this?
Thanks!!
Select similar formatting button

There is no such API in Office.js i recommend you to start a feature request in user voice.
https://officespdev.uservoice.com/

Related

Thunderbird agenda native system notification?

I've been looking for an answer to this for weeks and figured I might just ask the question directly.
I'm using Thunderbird 102.6.1 on Windows 10. I'm looking to replace the "standard" Thunderbird agenda popups (see screenshot below) with a "native" system notification such as for Windows 10 Calendar (see 2nd screenshot below). This is mainly because the TB agenda popup steals focus from other apps and I often end up typing on that window instead of the one I was previously writing on, which is frustrating.
I know this is possible for email notifications and I've already enabled that in the TB options, however I couldn't find the equivalent for agenda alerts.
Thanks in advance for your help!
Cheers

Using code to automatically click a mouse

I'm working with a Bloomberg data sheet and I need to export this sheet into Excel. The only way of doing so is through clicking the "export" button in the Bloomberg window. Is there any way to use code to accomplish this click. I would appreciate help with 1) indicating which coding language should be used 2) the physical code syntax that can accomplish my goal
I've tried using VBA, but there is no automatic control of the mouse.
There are two alternatives you may use to simulate mouse and keyboard automation on Windows platform.
AutoHotKey
AutoIT
I would personally recommend using AutoHotKey. It has a very extensive documentation and a fairly active community.
Additionally, please try to use keyboard shortcuts (E.g Alt+F) instead of mouse movements. If you're using keyboard shortcuts, you'll be less prone to unwanted behaviour.
Extra: If you have a web application, you may use Selenium. It works neatly with Java or Python.

Use custom image for button in Ribbon Bar Excel

I have a few custom functions that I'd like to add to my custom tab and group in the ribbon bar. I'd like to use a custom image I created and took a snapshot of (.png). I've seen a few websites that explain how to do so, such as this one,this one, and this one; however, this is way over my head and I'm not even sure where to put the code to insert the file. Can anyone help me understand this better?
Any help is appreciated!
the thing that I was looking for was an XML editor. I found more specific instructions on an Excel Add-in website. Thanks anyways.

UI Designer not in Solution Explorer and unable to get the tool

First of all, I am developing an application in VB.NET, till yesterday it was all good. I saved the project and closed it, now when i started working on that application, i found that there was no way to open the UI area for the application. I am able to see the code behind it i.e. on dashboard.Designer.vb but not the UI. I am able to see the the application after running it using F5. What would be the possible reason for it, and how i can solve it.
Secondly, i tried to find search a lot for this tool but unable to get any, if somebody can tell me what tool is this or any similar tool, it would be of great help.
I was searching for long and found the answer:-
What we need to do is just add the following code in the blank dashboard.vb file
Public Class dashboard
End Class
And this will get the form back.
The second question was answered by #Code Gray
1. Outlook like sidebar and display in Outlook
2. Outlook navigation bar control for .NET application

SharePoint help needed

I need to write an event listener which will execute my custom C# code while uploading a document in the list. For example, When I upload a pdf document ( which is having some editable text fields ) in a list , my c# code will write some information to the pdf and it will get attached to the list.
Can someone guide me to the right direction ?
I understnd this is connected to your question yesterday. You have also mentioned that you don't have any experience working with c#.
This MSDN Page should get you started but I strongly advise some developer to help you if you don't have any experience working with ShrePoint.
This is the nice place for you to get started, this link details about what is an eventhandler,when to use it & its types.
Refer this for example on Attachment Events.
Both the above links are 2007 but it holds good for 2010 as well.