Components 186

Controls, objects and classes, also cells, sheets, workbooks in VBA-Excel
Sorted from new to old.
Card image
ToggleSwitch in CSS

CSS Toggle switch, to show selection in CSS beautiful graphics It is basically ...

Card image
CSS Radiochecks

Radio checkboxes in pure CSS

Card image
CSS On-Off Switch

Radio button, in pure CSS, beautiful Looks like a checkbox, but acts as ...

Card image
OnOff Protoio

On/Off switch by Proto.io

Card image
On Off button

Toggle buttons Win10 style

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
SSTree

Tree code, driven by Access DB A code I found somewhere online that I enhanced ...

Card image
Global asa

As ASP Classic user, I have to have some post about global.asa Here is one, ...

Card image
SendEmail_CDO

Sending an email using CDO object Can pass all needed variables including mail ...

Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
UserIP

Reads the website visitor IP

Card image
a href=#

Instead of using href="#", it is better to use href="javascript:void(0);" to ...

Card image
Application_OnStart

How to use Global.asa

Card image
ConfigWeb_Read

Reads a key value from certain section in Web.config Originally from ...

Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
XLShortcut_EnableDisable

Disables or Enables certain Excel built-in shortcut. Code has example on how ...