Search results 19

Sorted from new to old.
Card image cap
Excel 2408 bug

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

Card image cap
Quarter1stLastDate_FromQuarterText

Returns the date of 1st day or last day in a Quarter Mar 31st, Jun 30th, Sep ...

Card image cap
NumberNumberNumber

Finds 3 numbers in a string by ignoring characters between them. ' example ...

Card image cap
UnixDateTimeNumber

Calculates Unix date/time number of a given date/time. Needed it to pass ...

Card image cap
RunOnTime

Runs a certain macro on certain time. This is not a scheduler, but just simple ...

Card image cap
SQL Related posts

Steps to create related posts query in SQL. Index, catalog, matching posts for ...

Card image cap
iframeBtn

A button in iframe, to run certain command and return status to end user ...

Card image cap
Tabs30-BS4

Nice simple elegant tabs in Bootstrap 4 Originally from

Card image cap
Long filename

How to delete or rename file with long filename, say more than 200 chars. ...

Card image cap
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image cap
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image cap
DirTree.xlsb

Excel macro to show all files found in directory (including sub-directories) as ...

Card image cap
Num2Ar

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

Card image cap
MP3GetInfo

Returning information on an MP3 file. Returns a type containing information ...

Card image cap
[TAB] inside textarea

Allow textarea's to accept TAB key (ASCII code 63) Could use some enhancements, ...

Card image cap
TimeRound

Rounds the number of minutes to the nearest quarter of half like 4:32 to 4:30 ...