Search results 70

Sorted from new to old.
Card image cap
VBA vs ASP Classic

Differences between coding in VB in Classic ASP (aka VBScript) and VBA (aka ...

Card image cap
DialChart - Excel-VBA

A dial chart inside Excel using VBA code. With options to show 3 areas and two ...

Card image cap
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image cap
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

Card image cap
Login screen background

Login screen with background, the new thing here is that the background is ...

Card image cap
Restore Arabic text files

Solution to restore ASCII Arabic text files. Sometimes I noticed when system ...

Card image cap
Embed fonts in Word doc

Embed fonts used in document, to make it available on any machine

Card image cap
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image cap
Prevent Submit until reCaptcha

Disable Submit button until Google reCaptcha is verified, used reCaptcha v2.0 ...

Card image cap
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image cap
Application_OnStart

How to use Global.asa

Card image cap
CopyFormat

Applies format into a cell (or range) from another cell. Can apply from any ...

Card image cap
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image cap
CreateZipFolder_7Zip

Creates a zip from folder using 7Z archive. 7za,exe (found in attached zip) ...

Card image cap
Win10 User Folders

I hate it when Microsoft takes back some controls it already gave to users, one ...

Card image cap
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...