Search results 662

Sorted from new to old.
Card image cap
RoundUp2

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

Card image cap
Font-Based progress bar

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

Card image cap
ANmAddressSame

Checks if passed addresses are referring to same cell regardless of ...

Card image cap
ANmAddressRefStyle

Returns type of the cell address, A1 or R1C1 If multiple cells passed, the ...

Card image cap
ANmaFiles2List

Generating list of files in a folder. One file to do that. I know this has ...

Card image cap
FixURL

Return safe URL after converting critical chars to whatever passed in SafeChar

Card image cap
RegSave, RegRead, RegDelete

Windows Registry read, save and delete branch node or key. Three functions use ...

Card image cap
Excel 2408 bug

Serious bug in Office update that was pushed Aug 26th. At least from Excel ...

Card image cap
Get boot time

Get the last time Windows 10 was started. Needed this quickly for research.

Card image cap
Choose20

Chooses from 20 options based on the passed ID, can have any of these passed. ...

Card image cap
Choose10

Choosing a return value based on an ID. Since we have Choose2, Choose3 and ...

Card image cap
CutString12

Cuts string between two numbers that found inside string. Like extract the ...

Card image cap
Choose2

Returns a value based on an ID. If ID is 1, return 1st value, If ID is 2, ...

Card image cap
HTMLdd_Fromdt

Extracts the innerText of < dd > < / dd> for a specific < dt> < /dt> from HTML ...

Card image cap
MouseDown and MouseUp in FM20 controls

Full story of MouseDown and MouseUp in FM20 controls

Card image cap
Code128.js

Pure JavaScript library for generating barcodes using HTML5 canvas.