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

Card image cap
Excel crashes when File > Print

During generating Print Preview, Excel crashes. Applies to some files, not all, ...

Card image cap
Vertical page breaks

Change Vertical page breaks in Excel spreadsheet preparing to print Looks like ...

Card image cap
InSheet_ChangeImage

Allows users to inserts image into sheet, replacing old one, with ability to ...

Card image cap
Row_PixelLocation

Gets the cell row where a certain shape is located by passing shape.Top number ...

Card image cap
SumOf_3Filters

Returns sum of certain column in range (or table) in sheet after applying ...

Card image cap
ToolPath

Returns the path of ThisWorkbook considering OneDrive Personal or Business ...

Card image cap
EnvironList

List of all variables of Environ It will populate them in sheet range starting ...

Card image cap
Hiding chart in Excel

How to hide a full chart in Excel. By treating it as shape, not as chart.

Card image cap
Generate_PowerPoint

Creates PowerPoint slideshow file from Excel range(s) with slide per sheet (or ...

Card image cap
Save Excel range (or shape) to picture

This is an interesting approach to export a range of cells into picture using ...

Card image cap
BrowseImage

Asks user to select an image and returns full path and name of selected image ...

Card image cap
Quarter_to_Words

Convert Quarter code to text per special project requirements. A special ...