Random codes

Random 24 Codes by our developers.
Card image
Unprotect sheet or workbook

Unprotect worksheet (and workbook) using VBA code

Card image
Carousel 34

A nice carousel in jquery, fontAwesome and bootstrap 4, using owl carousel ...

Card image
Outlook data files

Custom default location for Outlook data files. Tell Outlook to always store ...

Card image
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

Card image
ReverseArray

Reverses order of array. In other words, the upperbound value of an input ...

Card image
CleanArray

Cleans array of unwanted items This usually needed after you merge two arrays, ...

Card image
SimpleSlideView

Good slide view, animated moving menu, or wizard steps From

Card image
ANStrVLookup

behaves as vlookup to return item from 2-dim ANStr Can choose which column, ...

Card image
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel

Card image
Custom Excel UI ribbon

Excel custom ribbon in details. A good article I use as reference to add custom ...

Card image
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

Card image
LogFile_Add

Adds an entry to log file, if file is not exist, it will be created. Filename ...

Card image
AN_SafeFileName

Clean filename from special characters to make it safe for server upload Then ...

Card image
Thin HTML5 Coming soon Template

Simple, elegant, thin template for Under Contruction site. Found it in my ...

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
Frm56Msg

A message box with checkbox, 1 command button says ok only. Caller can set ...

Card image
FixENTERS_File

Removes [Enter]s from imported csv file into Excel worksheet. Smart enough to ...

Card image
ASCII_Read + ASCII_Save

Reads or Saves text into file, giving its full path. Same as

Card image
Shortcuts (rundll32.exe)

Shortcuts to do certain commands in Windows (tested in Windows 7) Shutdown, ...

Card image
DB Connection Drivers Test

Test connection to DB using different drivers to see which one works. You may ...

Card image
ClearAllCookies

Clears all cookies created by Linkedin login, and clear sessions

Card image
FS_CreateUserFolder

Creates a folder for a user, usually after sign up or login for first time. ...

Card image
LogSheet_Add + LogSheet_Clear

2 Functions LogSheet_Add and LogSheet_Clear to add new entry to log or clear ...

Card image
List of Databases

Script to list databases available in a server using ADODB connection From