Search results 34

Sorted from new to old.
Card image
CSS Flowchart

A simple CSS flow chart with links

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
Folder Space used

Get sizes of each folder next to the asp file FolderSpace.asp. Then total of ...

Card image
SendEmail_CDO

Sending an email using CDO object Can pass all needed variables including mail ...

Card image
IsEven + IsOdd

Returns True if integer is even by using IsEven While IsOdd, will returns True ...

Card image
ANmaBrowser v20.19.01

Single file, Classic ASP, Bootstrap 4.1 and FontAwesome 5.0 file manager. ...

Card image
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image
XLThumbView

Showing thumbnails inside sheet and enlarging each when click

Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
XorC

Simple small function to Encrypt or Decrypt a string Test_XorC is for testing ...

Card image
FS_CopyFile

Copies a file

Card image
AreTheyTheSame

Compares between two files in binary mode and returns true if they are ...

Card image
Col2Combo

Reads everything in a column (starting from certain cell until blank cell is ...

Card image
CopyText2Clipboard

Copies text to clipboard using MSForms

Card image
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

Card image
WordsCount

Counts the words in a string (using spaces)