Search results 161

Card image cap
FixENTERS_File

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

Card image cap
FindVBAObject

Finds specific VBA object in VBE project User need to setup to trust VBA ...

Card image cap
FileDateTime

Gets time and date for a file, Date created, accessed or modified. If the file ...

Card image cap
WordsOf + Words_Len

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

Card image cap
NMACode

Converts all Ƽ found in a string into their actual chars

Card image cap
TextPercentageMatch

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

Card image cap
RemoveChars

Removes all chars found in Chars_to_remove from String1

Card image cap
File_FirstFound

Gets first file found matches a wildcards mask, using Dir()

Card image cap
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image cap
MatchIf_ThenDelete

Searches for an item in a column, then if found, delete that cell (not clear, ...

Card image cap
Match4

Matching 4 values at the same time in 4 columns Just like Match the function, ...

Card image cap
MatchIf (aka VMatchIf)

The best Match I created, return 0 if not found, kind of CountIF+Match ...