Search results 108

Sorted from new to old.
Card image
Val2

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

Card image
Protect VBA

Protect VBA project from inside VBA This is the raw way, there has to be other ...

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
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
TreeView

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

Card image
ANmaTimeline

Creates HTML timeline dynamically, using Bootstrap 4.0 and FontAwesome 5, in a ...

Card image
Listbox height changing issue

Listbox in Excel sometimes have issue adjusting height to items added inside, ...

Card image
Scrolly

Scroll a listbox Using Right-Drag. (Something VBA in Excel lacks) You might ...

Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
Hand.cur

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

Card image
CSSFlowChart

Shows a chart with links, nice sitemap maybe, or just easy way to show ...

Card image
CellSave_Hyperlink

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

Card image
InternationalComma

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

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...