Search results 101

Sorted from new to old.
Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

Card image
Magick SVGs to GIFs

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

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image
Slickmap

CSS only flow chart site map From

Card image
FilesKill

Delete Multiple Files (with WildCards) To delete multiple files from a ...

Card image
Translucent card

Translucent card in CSS3 From

Card image
MatchLastIf

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

Card image
VBA vs ASP Classic

Differences between coding in VB in Classic ASP (aka VBScript) and VBA (aka ...

Card image
RC4 Encryption

A code inherited from an old application to protect or un-protect text in ...

Card image
Web.config Redirect

Redirect domain to another, including all its sub pages, sub folders, and ...

Card image
Inputbox vs Application.Inputbox

fm20.dll has another inputbox to be used It is smaller, maybe more straight ...

Card image
Porting Excel/VBA into OpenOffice Calc

PDF document on what needed to import VBA from Excel into OpenOffice Calc Basic

Card image
FilesCount_Swift

Count how many files in a folder, with no loop, faster if you just need all ...

Card image
LightGallery

A gallery with lightbox, small with no dependencies LightGallery

Card image
Transparent Full-screen modal

Bootstrap modal that is full-screen and transparent control transparency in css

Card image
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...