Search results 75

Sorted from new to old.
Card image
Save Excel range (or shape) to picture

This is an interesting approach to export a range of cells into picture using ...

Card image
CountDuplicates

Counts how many duplicates found in a range of Excel cells. Basically how many ...

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
UI_2ValidationsUpdate

Apply validation on two cells, when a 3rd cell is changed When modifying a ...

Card image
Delete_Unwanted_Rows

Delete rows in a different way I used to delete rows by looping through those ...

Card image
Excel sheet textbox

Found a strange behavior for Excel sheet textboxes. Textbox in Excel sheet, ...

Card image
CopyRowHeight

Copy row height from row to another Used to fix row heights or merged cells to ...

Card image
Date range picker

Bootstrap date range picker From

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
DialChart - Excel-VBA

A dial chart inside Excel using VBA code. With options to show 3 areas and two ...

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image
CopyFormat

Applies format into a cell (or range) from another cell. Can apply from any ...

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
CutString1

Cuts a string from a string starting from a specific character index and until ...