Search results 105

Sorted from new to old.
Card image
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image
ForegroundColor

Returns white (RGB 255,255,255) or Black (RGB 0,0,0) based on background color ...

Card image
Arabic in MySQL

Here is how to read Arabic text from MySQL db from Classic ASP I tried a lot ...

Card image
ScanFolder

Scans folder and its all subfolders (2 levels only) for files then put file ...

Card image
Range2Block

Concatenate all rows found in a range starting A1Cell for Columns_To columns ...

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

Card image
ANmaBatchCreate + ANmaBatchRun

Creates batch file with certain content, and another function to actually ...

Card image
Range2ANStr

Converts sheet range to ANString, can work on any continued range, 1 or 2 ...

Card image
Protecting VBA code

Steps to protect VBA project in Excel, posted here for reference mainly. An ...

Card image
DBTables

Returns an array of all table names in a database. needs valid OLE database ...

Card image
CreateUniqueList

Create list of unique items from a column into another column This is similar ...

Card image
CleanFilename

Cleans file name from invalid unexpected characters that Windows refuses.

Card image
CleanArray

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

Card image
InSheet_ChangeImage

Allows users to inserts image into sheet, replacing old one, with ability to ...

Card image
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...