Search results 338

Sorted from new to old.
Card image
Capitalize

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

Card image
Page area and Page Setup functions (Unfinished)

Clear Excel print area, or set it, or read it, along with Page setup commands ...

Card image
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
GetPapa

Gets folder name of a page using FSO

Card image
LogSheet_Add + LogSheet_Clear

2 Functions LogSheet_Add and LogSheet_Clear to add new entry to log or clear ...

Card image
Ordinal

Get a Number Suffix They allow you to turn 1 into 1st, 2 into 2nd, etc. giving ...

Card image
RowsCount

Get total number of rows for a certain worksheet in certain workbook workbook ...

Card image
CanAccessVBA

Returns true if VBA is accessible through code, returns false if not

Card image
File_FirstFound

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

Card image
confirmDelete

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

Card image
ScreenRes

Reads screen resolution, using IE this time, this one will get the active ...

Card image
RunFromTemp

Check if an Excel file is running from 'Temp' location or regular folder This ...

Card image
CellCommentRead + Save

Reads/Saves a comment into a cell CellCommentRead to Reads comment from a ...

Card image
MatchIf_ThenDelete

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

Card image
CellRead

Reads a value giving column, row, sheet and workbook name Accepts up to 2 ...