Search results 114

Sorted from new to old.
Card image
Dynamic iframe height

Adjust iframe height to its content after loading page Needed this trick in ...

Card image
ANmaDate

Returns date in human format. Which is as follows... Just day name (and time) ...

Card image
MultiTrim

Trims leading and trailing tabs, spaces and Enters Code has lines to work in ...

Card image
Dropdown button commands

A drop-down of multiple commands in pure VBA. Needed this in a large Excel-VBA ...

Card image
RunOnTime

Runs a certain macro on certain time. This is not a scheduler, but just simple ...

Card image
ListBox_SelectionCount

Counts how many items selected in a listbox (multi-selection listbox). Works ...

Card image
DateDiff_En

Calculates the differences of date (against NOW) and return in English ...

Card image
CSVs2Sheets

Import all CSVs found in a folder into sheets, sheet per CSV This was a quick ...

Card image
Highlight row of current month

Highlight row in Excel if it is within current month This is another version ...

Card image
Frm81 - FullDetails

Show window of details, can be used to show content for certain cell, or show ...

Card image
2 VB.net pdf books

Free from apress website https://www.apress.com More books

Card image
EnvironList

List of all variables of Environ It will populate them in sheet range starting ...

Card image
URLDecode

Decodes a URL encoded string back into the original text. Similar to ...

Card image
Custom Excel Right-Click Menus

Customizing Excel's right click menus The following code demonstrates how to ...

Card image
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image
Register OCX in 64 and 32 bit

Copy and register ocx using cmd (DOS batch) in Windows 32bit and 64bit.