Search results 59

Sorted from new to old.
Card image
ShapeName clicked

Simple command to know which object (shape) the user clicked When you assign a ...

Card image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

Card image
ShapeRange_BG

Replaces the background fill of any shape in Excel with an image Not Ready yet, ...

Card image
Hiding chart in Excel

How to hide a full chart in Excel. By treating it as shape, not as chart.

Card image
ANmaCopy_Objects

Copies objects from cell into cell Decide Sheet, and workbooks to copy from or ...

Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image
DelFiles

A very simple to delete a directory and the entire files and folders in its ...

Card image
DB_Connect_Install

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

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
Online Wordpress password hash generator

An online tool to generate password hash for wordpress, tried it just today ...

Card image
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image
BodyYoutubeLink2iframe

Creates youtube embed from link Converts a youtube video link into a youtube ...

Card image
all_tab_columns

List all columns in all tables for all schemas in oracle db workbench

Card image
Random GUID

Generate a random GUID using oracle db workbench Also add timestamp to ensure ...

Card image
GeneratePostID

Two functions to generate ID that is unique (not found in database) ...

Card image
List of Databases

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