Search results 145

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
Excel 2010 hyperlink issue fix

An issue I started to see when clicking on a hyperlink in Excel 2010, while I ...

Card image
IsThere_Remote

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

Card image
DirTree.xlsb

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

Card image
Pure CSS line graph

Simple, with CSS only, an HTML line graph By

Card image
DialChart - Excel-VBA

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

Card image
Web browser in Excel VBA

Example on how to use Web browser control inside Excel userform

Card image
SheetAdd_ANmar

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

Card image
Porting Excel/VBA into OpenOffice Calc

PDF document on what needed to import VBA from Excel into OpenOffice Calc Basic

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
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
Show/hide ribbon

Show or hide Excel ribbon from inside VBA Needed that in one of my projects

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
TreeView

A plain pure VBA Treeview control to be used inside Excel (official link has ...