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

Card image cap
Hand.cur

A cursor file type of Hand. used inside VBA to show hand when user hover over ...

hand.zip

Card image cap
Styles_DeleteNonStandard

Delete styles from an Excel workbook, any non-standard style will be deleted. ...

Card image cap
Page2Setting

Read content of an html online page into setting value in Excel sheet. ...

Card image cap
CopyFormat

Applies format into a cell (or range) from another cell. Can apply from any ...

Card image cap
ApplyValidation_DropDown

Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

Card image cap
SheetDelete_ANmar

Deletes a sheet from a workbook, checks it is already there first

Card image cap
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image cap
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image cap
WorkbookNew_ANmar

Creates new workbook (does not save it) and returns filename.

Card image cap
WorkbookClose_ANmar

Closes a workbook, checks if it is already open first, works for workbooks ...

Card image cap
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image cap
Sheets to PDF pages

Export multiple sheets as pages in 1 pdf, doc, still rough and not elegant as ...