Why am I unable to edit comments on google sheet? - google-sheets-api

got this google sheet created for year 2022.
currently has 149 comments which i edit all the time.
recently some of the comments don't show edit button, so i'm unable to edit.
Why is this happening and what I can do to edit comments.
Thank you
Tilly

Related

How to allow people to edit my google spreadsheet but to deny them updating my app script

I have created a Google Spreadsheet and gave some users the right to edit the sheet.
I created an App Script for this sheet which reacts on the sheet being edited.
So far so good.
My problem is, I want the users to be able to update the sheet, but I don't want them to be able to change the App Script.
As far as I can see there's no option to do this.
Or am I missing something?
Thanks in advance and greetings
Henk

Using VBA to click on Javascript drop down

I am trying to figure out how to navigate through a JS dropdown menu with VBA. I have went through so many forum posts but I just cannot seem to figure this out. In the below website code the option I am trying to select is highlighted "All Open Orders In View". I would really appreciate any guidance.
Here is the website code:
Here is the VBA code that errors "Subscript out of Range":
.document.getelementbyid("Main_Main_mbMain_5")().Click
.FireEvent "onclick"
Thank you for any thoughts or help. Let me know if the full code is needed but the website is sadly not public.
*Edit
Here is a picture of the menu bar in question (without the reference and with the reference below)
My answer was to disregard "Clicking" through the menu and to just export the table I was needing instead. Hopefully that gives someone else an idea if they are stuck like I was.
Thank you for the assistance.

Outlook 2016 macro to edit received email

I would like to be able to add notes to received emails so that I can keep track of work I've done or need to do. We just switched from Lotus Notes to Office365 and after doing some research I've figured out how to edit a received email. You have to open the email then go to Actions --> Edit Message.
Those aren't too many steps but a keyboard shortcut or button would make it much faster.
I did some research and learned a bit about Macros. I don't know how to write VB and was wondering if anyone could give me a hand writing it.
These are the steps I would need:
Open the currently selected email
Make it editable
As a bonus I would like change the font color to red. It just delineates text I've added versus the original email.
Thanks, any help would be appreciated.
Thanks #victor, your comment led me to the right place.
This is what I used in case anyone else would like to know:
Sub OpenForEditing()
ActiveExplorer.Selection(1).Display
ActiveInspector.CommandBars.ExecuteMso "EditMessage"
End Sub

Coping images (bitmaps) massively in vb.net by clicking a button

I create a project and one of its features is to copy images (or bitmaps) by clicking a button. What I mean is that by clicking once only one small picture will be shown, by clicking an other one time two small pictures will be shown, by clicking 3 times there would be 8 etc. (2^(the times the button is clicked)). Can you help me with the code because I can't express it in vb.net code.
I thank you in advance
I have troubles to understand your question, could you clarify in what way you want the pictures to be shown? And if u want to copy them or just show these pictures in some sort of preview Form?
(sorry to post this As an Answer, but im missing reputation to comment your innitial question)

Sharepoint Calendar Color Coding

I have used this tutorial to color the events in the calendar based on two scenarios (internal & external): Color-Code Events on a SharePoint Calendar
The problem occured in the calendar webpart whereas I cant see all the events that are filled in the events.
Any idea to fix the webpart view..
I've used this same tutorial with much success.
You don't provide too much detail in your question, but as a starting point I would double check this first:
Make sure you have "Yes" selected under "Require that this column contains information"
Double check that any existing items in the calendar list have the "Category" column filled in - you can do this easily from the data sheet view (as they show in the tutorial) or from Excel or Access. If you had a lot of old entries it would be an easy thing to miss.
If the above doesn't help. Perhaps you can share some more detail of the setup or screen shots so we can figure out what you're missing :-)