Random codes

Random 24 Codes by our developers.
Card image
AddDatabar_ConditionalFormatting

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

Card image
Laoding Circle

Loading animation in css/js

Card image
CSVs2Sheets

Import all CSVs found in a folder into sheets, sheet per CSV This was a quick ...

Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
Tabs13-BS3

Tabs in Bootstrap3

Card image
FS_CopyFile

Copies a file

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
ANmaPivotTable_Clear

Clears all filters in PivotTable and hide the [blank] item from list, pass ...

Card image
HTMLTableRow_LastRowWithData

Retunes the row from bottom that has data (not blank or hidden)

Card image
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5

Card image
GetTimeZone

Get local timezone Uses w32tm / tz dos command in command prompt Using ...

Card image
Files_MostRecentN

Gets most recent N files from a given folder. Uses Arrays, and the function ...

Card image
Date Month icon

Calendar icon, or date icon, in pure css, used

Card image
Ask4Folder

Asks user for a folder, starting with certain folder

Card image
OpenOffice Calc

OpenOffice programming with Visual Basic Some document I had for my reference.

Card image
JSON-VBA

2 modules to read output of json API (or file) into parsed array of objects. ...

Card image
gsplit usage

How to use gsplit to split large files into smaller parts to allow to read it. ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image
Posts Per Year

Create summary list If you have SQL table named Table_Name, with DateAdded ...

Card image
Copy formulas

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

Card image
ClearAllCookies

Clears all cookies created by Linkedin login, and clear sessions

Card image
TrimLines

Remove all line breaks from text from a text. Not like

Card image
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...