Search results 208

Sorted from new to old.
Card image
FontAwesome icons in Office apps

Best way to use FontAwesome set of icons in apps, mainly my Excel tools and ...

Card image
ANmaVLookup

Finds first occurrence of item in column, then returns value from same row as ...

Card image
MultiTrim

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

Card image
SwapNumbers

Swap two numbers variables without using third variable A trick worth saving ...

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
ANmaBatchCreate + ANmaBatchRun

Creates batch file with certain content, and another function to actually ...

Card image
Protecting VBA code

Steps to protect VBA project in Excel, posted here for reference mainly. An ...

Card image
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image
New VBS file

Add vbs to new menu in Windows Explorer. Fast way to create VBS files using reg ...

Card image
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...

Card image
Win10 Pin shortcuts

Multiple shortcuts to same app in Windows 10 taskbar

Card image
AutoSaveOn

Automatically save workbook (when using OneDrive) on or off This is the VBA ...

Card image
SaveAsHTML_Template

Creates HTML file using template found in a column. Have lines of HTML in a ...

Card image
GetGroupMembers

List All the Members of a Group Needs GroupNames text file having list of ...

Card image
Too large procedures

No longer than 2.9k lines in a sub Oops. Baaaaad coding habits This also ...