Is there a way to create a custom right click menu item in an Excel sheet, which would trigger a macro, with the constraint that the menu item would o ...
Is there a way to create a custom right click menu item in an Excel sheet, which would trigger a macro, with the constraint that the menu item would o ...
Sorry for that I have 2 dropdown lists one for the lenguage and one for the possition verything is working well but i added a new possition in this c ...
I am trying to create macros in Word to insert comments I frequently need to add to my documents. I want to be able to add text, and below a hyperlink ...
Hello everyone I have a word document It has 300 pages and every single page having a chart and text when i make place or import to this document into ...
What is causing my PowerPoint VBA macro to stop working when I add a 'For Each' loop to create a table in Word with slide info? PowerPoint VBA Macro ...
totally new here and I have practically 0 knowledge of programming so please forgive any noobness. I've recently discovered Macros in MS Word. I have ...
I am trying to get a vba in outlook to recall the message currently selected. the code I found is. I am getting an error on the line of .CommandBa ...
I am logged in with two Outlook Accounts, and I need to send an e-mail with the one that is not set to default. I tried using .SendOnBehaulfOfName, b ...
I have some Outlook VBA code which executes when I add an event to my Outlook calendar. The code makes use of the google calendar API to send the even ...
I am having a little trouble figuring out how the AutoFilter function works in VBA. This line of code: Worksheets("my sheet").Range("A1").AutoFilter F ...
I hope that someone can help me with this solution. I have an Excel data frame with structure similar to the exemple below: Model ...
In Access, I have an array of division numbers from a MultiSelect list that is in a text box as an comma delimited array. I would like to split the ar ...
I want to create a column that numbers itself chronologically based on the column to its left based on font color. Then when a new font color appears ...
I have been trying to extract all the data from Clockify into Excel using VBA and using below code but there is no output coming with that code Your h ...
I have the following data: Question is simple and may be repetitive. I have an Excel workbook which contains 3 sheets I have a criteria ...
Can someone help me with the following scenario: If A1 in sheet1 is equal to "W1" how do I make a VBA so B2 in sheet2 is equal to "Goodmorning Monday ...
Good morning, I am trying to populate a combobox with selective data, but cannot get my head around what i need to do. I have some experience with SQ ...
i have a ms access formular where there are given several Information. For "Status" Combobox there are several options like "1","2","3","4". If "4" is ...
I made a VBA code that gets the last saved file in a folder and send it via Outlook, but I need to get all files from a specific date (from current da ...
I have been trying this back and forth for a while now, but I simply can't get this to work. I think I'm on to something with my latest code solution. ...