Search results 202

Sorted from new to old.
Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

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
RmDir

Delete a folder, expects to be an empty folder, path must be already MapPathed

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
XLShortcut_EnableDisable

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

Card image
Styles_DeleteNonStandard

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

Card image
Page2Setting

Read content of an html online page into setting value in Excel sheet. ...

Card image
CopyFormat

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

Card image
SheetDelete_ANmar

Deletes a sheet from a workbook, checks it is already there first

Card image
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image
FoldersIn5

Creates list of subfolders and subfolders of each down to 5 levels Folder ...

Card image
Prn

Printout into page, along with additional function to decide where to put the ...

Card image
FoldersIn

Returns list of folders found in given folder in a string in ANStr format, ...

Card image
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...