If cell contains specific multiple words then
I need a line of code that looks at the cell and if it contains a set of words then it does something else:
If cell contains specific multiple words then … VBA
I need a line of code that looks at the cell and if it contains a set of words then it does something else:
VBA code | Open all files in folder, run format VBA code, then merge all onto one spreadsheet
I have several Excel files in a folder that I need to be formatted, and then the resultant files merged into one master spreadsheet.
How do I make the horizontal scroll bar in listbox1 be to the right when UserForm starts?
I’m using a userForm in vba and I have a list box
I changed the direction of the user form to be from right to left, and now I want to make the horizontal scroll bar to be to the right when the user form starts. I tried many codes and it did not
How to count resolved comments only via VBA in Excel
By using the Comments
property of a worksheet it is possible to retrieve the number of comments in said worksheet by accessing its Count
property in turn: Worksheets(1).Comments.Count
.
How to create a file with the image that I have in the clipboard using VBA for Excel
I have an image in cell “B22” which has been placed there with the following instruction.
VBA outside Excel
Can i create a shortcut to run a VBA code without accessing the VBA window Like a shortcut in the desktop that can grab an emails i havent tried any soultion to solve the issue but i need some ansewers for this ??
Excel VBA StockHistory function stopped working
I have an Excel program with VBA code (extract)
How to add another autofilter to my textbox in excel
I have a DB on excel with a table autofilter using a textbox, i’m trying to add another filter to the same textbox but duplicating the range and field doesn’t work, i’m not an expert in VBA so i need some help to figure out.