VBA-Excel 326

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

Refreshing image in ImageControl of VBE Userform When we change picture of ...

Card image
FilterSheet_1By1 + FilterSheet_Clear

Sets Autofilter in a sheet, and another function to clear Autofilter ...

Card image
Add2Column

Quickly adds value to certain column in Excel sheet As usual, you can define ...

Card image
Copy formulas

How to copy formulas in VBA code. Learned that the hard way, just like most of ...

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 ...