Search results 341

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
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
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image
WP Logout link

I have been playing with WordPress recently, and of course faced some ...

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 ...

Card image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image
Hand.cur

A cursor file type of Hand. used inside VBA to show hand when user hover over ...

Card image
Page2Setting

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

Card image
ApplyValidation_DropDown

Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

Card image
SheetDelete_ANmar

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

Card image
CellSave_Hyperlink

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

Card image
FindFile_Word

Finds a file within open documents of current instance

Card image
WorkbookNew_ANmar

Creates new workbook (does not save it) and returns filename.

Card image
WorkbookClose_ANmar

Closes a workbook, checks if it is already open first, works for workbooks ...