Search results 77

Sorted from new to old.
Card image
Calculation_StaleValues

Show Stale function formats or hide Excel recently started to show cells with ...

Card image
Header font name and size in VBA

Looks like it is not easy to change font name, size and style for a header or ...

Card image
ANmaCountChars_Direction

Counts how many times we found OfChar repeated in TheStr from one of two ...

Card image
MathInsideText

Return string after applying math to each number found inside the string. ...

Card image
String_Fx

Generate repeated text, like String() the function but with ability to repeat ...

Card image
String_S

Generate repeated text, like String() the function but with ability to repeat ...

Card image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Card image
Get boot time

Get the last time Windows 10 was started. Needed this quickly for research.

Card image
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Card image
SwitchTextinCells

Switch text inside cells with another text. This was needed to correct an bug ...

Card image
Random Number in SQL

Generate Random number inside SQL using timestamp (GetDate function) One of ...

Card image
VBInstrRev

Similar to VBInstr, but this one does it in reverse, which is instrrev() ...

Card image
UnUnixDateTime

Convert a number represents a date in Unix format back into date, opposite of ...

Card image
Frm58

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

Card image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

Card image
MathInsideANString

Perform math on numbers inside list of numbers in format of ANString. ...