Search results 31

Sorted from new to old.
Card image
Header font name and size in VBA

Looks like it is not easy to change font name, size and style for a header or ...

Card image
Font-Based progress bar

Show progress bar using fonts only. Neat trick to use inside HTML or word ...

Card image
ANmaCellChar_Superscript_Subscript

Sets certain character inside a cell as superscript or subscript Edit ...

Card image
ANmaSpecialFolders

Returns path for a specific special folder in system Passing the name of that ...

Card image
Webfont generater

Online tool. Generate web font to be used in websites. When trying to fix ...

Card image
ForegroundColor

Returns white (RGB 255,255,255) or Black (RGB 0,0,0) based on background color ...

Card image
ImportCSVs - 1st AI Code

Imports multiple CSVs found in a folder into worksheets of active workbook ...

Card image
FontAwesome icons in Office apps

Best way to use FontAwesome set of icons in apps, mainly my Excel tools and ...

Card image
AddDatabar_ConditionalFormatting

Adds databars conditional formatting to range of cells. Passing column, start ...

Card image
DegreesToXY

Calculates X, Y of position on a Circle or ellipse. Pass the center X, Y of ...

Card image
Part of cells in Excel

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

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
jQuery File Upload

File upload widget Handles images and other types, with php, go and python ...

Card image
Bootstrap Media player controls

Controls for a media player using Bootstrap and FontAwesome

Card image
Magick SVGs to GIFs

Convert SVG files into GIF preserving the transparency, in bulk ' Used to ...

Card image
Bootstrap-Chosen

Drop-down select in bootstrap From