Search results 120

Sorted from new to old.
Card image
a href=#

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

Card image
PCase

Converts a string into proper case PCase or ProperCase since Classic ASP does ...

Card image
Styles_DeleteNonStandard

Delete styles from an Excel workbook, any non-standard style will be deleted. ...

Card image
Pagination call

How to read certain page from SQL table Originally from from http://social. ...

Card image
CellSave_Hyperlink

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

Card image
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image
GetConfigValue

Read settings from Web.config file (or other XML files) Originally from ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image
DegreeC2K

Convert a Celsius temperature to a Kelvin temperature. To convert Fahrenheit ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
LogFile_Add

Adds an entry to log file, if file is not exist, it will be created. Filename ...

Card image
Capitalize1st

Capitalize 1st letter of a string

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...