VBA-Excel 354

Visual basic for applications that works only in Microsoft Excel, aka macros
Sorted from new to old.
Card image
CopyRowHeight

Copy row height from row to another Used to fix row heights or merged cells to ...

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
IsThere_Remote

Checks if a file can be reached online or no Same as

Card image
TeeOpen_ProtectTee + TeeOpen_UnprotectTee

Protect or unprotect a workbook (already open) remotely from another workbook ...

Card image
DirTree.xlsb

Excel macro to show all files found in directory (including sub-directories) as ...

Card image
DialChart - Excel-VBA

A dial chart inside Excel using VBA code. With options to show 3 areas and two ...

Card image
Unprotect sheet or workbook

Unprotect worksheet (and workbook) using VBA code

Card image
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
Frm9 - Select workbook (or workbook/worksheet)

Gives your user ability to select a workbook from list of open workbooks within ...

Card image
SheetAdd_ANmar

Adds a sheet to a workbook, after checking if workbook is open Checks if ...

Card image
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image
MinIF and MaxIF in Excel 2010

MinIF to calculate smallest number matching certain criteria, in Excel 2010 ...

Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
Open different Filestypes

Populate list of filetypes in Application.GetOpenFilename method. This command ...

Card image
RunRemote

Runs a macro from another workbook without parameters (WB Workbook has to be ...