VBA-Excel 283 Visual basic for applications that works only in Microsoft Excel, aka macros

Card image cap
ShowAgain2

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

Card image cap
CellHyperlink_ToSheet

Will add hyperlink in a cell to a sheet in same workbook Not Hyperlink ...

Card image cap
LogSheet_Add + LogSheet_Clear

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

Card image cap
RowsCount

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

Card image cap
CanAccessVBA

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

Card image cap
File_FirstFound

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

Card image cap
ScreenResolution_wxhxtxl

Detects active desktop screen resolution and location of taskbar (with some ...

Card image cap
RunFromTemp

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

Card image cap
CellCommentRead + Save

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

Card image cap
MatchIf_ThenDelete

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

Card image cap
CellRead

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

Card image cap
Match4

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