vba userforms carriage return behavior
In a textbox of a userform in VBA, I would like to enable the feature where the user can add a new line in…
136 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.
In a textbox of a userform in VBA, I would like to enable the feature where the user can add a new line in…
I monthly receive 100+ excel spreadsheet from wich i take a fixed range and paste in other spreadsheet to make a report. Im trying…
I need to calculate the difference between two timestamps in milliseconds. Unfortunately, the DateDiff-function of VBA does not offer this precision. Are there any…
All I am trying to do is take a standard range on an excel sheet (i.e. a named range, or even A1:F100), and run…
I have an Excel spreadsheet with three sheets. One of the sheets contains formulas for one of the other sheets. Is there is a…
I have an app where I put a lot of data into an Excel Worksheet. Once I'm done, I would like to select all…
I have a two dimensional table with countries and years in Excel. eg. 1961 1962 1963 1964 USA a x g y France u…
I have a spreadsheet which cells in are colored meaningfully. Does any body know how i can return the background color value of a…
I seem to be getting a type mismatch error when trying to do something like this: In new workbook: A1 B1 5 4 Function…
I want to set the font color of a cell to a specific RGB value. If I use ActiveCell.Color = RGB(255,255,0) I do get…