Search results 119

Sorted from new to old.
Card image
ViewSource

Display content of ASP file (any file for that matters) Using ...

Card image
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image
SortArea5

Sort range or area by 5 columns, range can be any number of columns, but the ...

Card image
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image
SortArea3

Sort range or area by 3 columns, range can be any number of columns, but the ...

Card image
Capitalize

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

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image
NMACode

Converts all Ƽ found in a string into their actual chars

Card image
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

Card image
ShowAgain2

Make selected item in listbox to be displayed at center of listbox after ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
FrmAbout

Display a string in a Userform as 'About' window, can display string or file by ...

Card image
Frequency

Checks how many items in an ANStr ANStr is list of items separated by a ...

Card image
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...

Card image
ReplaceChars

Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...