Random codes

Random 24 Codes by our developers.
Card image
ANmaHTMLImgDownload

Downloads image from src of < img html tag after searching for list of ...

Card image
Max + Min

Calculate maximum of array of numbers or Minimum of array of numbers Also, ...

Card image
PrevWeekday

Returns date of the previous weekday (Friday, Saturday, Sunday, etc) from ...

Card image
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

Card image
Is64Bit

Determine if system is 64 bit or not. Related to

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image
Excel-VBA Limits

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

Card image
WelcomeSheet

A User-Friendly way to ask user to enable macros. Showing an only sheet to let ...

Card image
File_SettingRead + File_SettingSave

Reads and saves settings to Settings file, used asp here. Similar to

Card image
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

Card image
Pps vs ppsx

PowerPoint slideshow file types and differences in file size. Bottom line, if ...

Card image
MatchIf4Up

Returns row of matching 4 values in 4 columns searching from bottom to top. ...

Card image
HMatchIf

Horizontal match for a value in a row Horizontal MatchIf, returns column ...

Card image
Frm58

Build needed lines to create string variable having block of HTML. Provide the ...

Card image
DeleteOtherSheets

Deletes all sheets in a workbook keeping only one

Card image
ANBS controls

Set of functions to generate Bootstrap controls as strings. Controls available ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text

Card image
ANStr_Add10IfNotBlank_NorNA

Concatenate string into one, if not blank and not N/A It looked stupid for me ...

Card image
More Bootstrap wells

Additional Bootstrap well colors, I always find it easier to use Wells (used in ...

Card image
JSPasswordStrength

Quick popup bootstrap 3 popover message to measure password strength ...

Card image
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.