Search results 45

Sorted from new to old.
Card image
Shape_Select_or_CreateThenSelect

Selects a shape inside sheet to change it, or if not found, it will create it ...

Card image
Win10 Pin shortcuts

Multiple shortcuts to same app in Windows 10 taskbar

Card image
DynamicFill

Fills in more rows at end of a range Used to add more rows at end to have all ...

Card image
COUNTIFS as Rank

Simplest way to rank among peers. used COUNTIFS in case we need to add more ...

Card image
Old cell value

Nice solution to read value in cell AFTER changed. Needed to have that feature ...

Card image
Regular expressions (Notepad++)

How to do regular expressions in Notepad ++ search and/or replace Helpful when ...

Card image
2 VB.net pdf books

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

Card image
Part of cells in Excel

How to modify part of text inside an Excel cell using VBA. Something in my ...

Card image
Long filename

How to delete or rename file with long filename, say more than 200 chars. ...

Card image
DB_Connect_Install

Connects to SQL DB using ADODB, if driver not installed, it will attempt to ...

Card image
ShowImage

Show an image using irfanview or Windows 7 image viewer. Looking to add more ...

Card image
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
CSS Card effect

CSS Card Hover animated effect From

Card image
Bootstrap Select

Multi-select drop-down in Bootstrap with customization From

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...