Search results 49

Sorted from new to old.
Card image
Match4_Until

Search 4 columns with a stop. Tell the function to stop searching after certain ...

Card image
VBInstr_Any

Search for string inside another, with ability to have multiple strings to ...

Card image
Showing 4k (and more) images in BS5 modal

Allow users to browse and scroll through tons of images to select one (tried on ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text

Card image
USB Format in Car stereo

What format used to let Car stereo read USB thumb drive? To listen to MP3 ...

Card image
IfFoundInList

Checks to see if sStr matches on of the items in Listof, knowing separator, ...

Card image
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Card image
ANmaHTMLContent

Reads certain part in HTML output of a page. Will search for list of strings ...

Card image
Dynamic iframe height

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

Card image
Hide SQL table

A simple easy way to hide tables in SQL Server

Card image
DateStamp-Simple

Simple Date stamp, calendar, day view whatever you call it. was looking for ...

Card image
Windows-like drop down menu

Classic-Windows-like dropdown menu using CSS and JS, library in zip is build in ...

Card image
IsThere2

Finds a file in giving its full path Similar to IsThere1 except this one uses ...

Card image
RandomGUID

Creates a random GUID number like ... 879AE395-E026-0A63-EFC1-152038C4400B ...

Card image
MinOfArray

Gets the id of an item with minimum in an array of numbers, with option

Card image
List of Databases

Script to list databases available in a server using ADODB connection From