Search results 25

Sorted from new to old.
Card image
VBA/Excel Registry hacks

Set of hacks to modify Excel/VBA settings using Windows registry (Regedit) ...

Card image
RoundUp2

Rounds a number to nearest identifier up. Like 105 up to nearest 20 ...

Card image
Font-Based progress bar

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

Card image
ImgDimensions

Reads image dimensions, width, height, depth and image type. Details returned ...

Card image
UnUnixDateTime

Convert a number represents a date in Unix format back into date, opposite of ...

Card image
SheetTabColor

Applies certain color to sheet tab in Excel. ColorNumber is Excel ColorIndex. ...

Card image
Dynamic iframe height

Adjust iframe height to its content after loading page Needed this trick in ...

Card image
OutlookFolder_DuplicatesCount

Counts emails with 1 or more duplicates in active folder in Outlook. Still not ...

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...

Card image
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

Card image
ANmaBatchCreate + ANmaBatchRun

Creates batch file with certain content, and another function to actually ...

Card image
SmartMenus for WordPress

Cascading menu, on all devices. From ...

Card image
Window off-screen

Window not shown while taskbar says it is on. Restore window position in ...

Card image
ASPjson

Read and write json data in and from Classic ASP From

Card image
CSS Charts

Great articel about making charts in CSS. It has 3 main types, bar, column, ...

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database