Search results 477

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

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

Card image cap
Application_OnStart

How to use Global.asa

Card image cap
ConfigWeb_Read

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

Card image cap
Records Affected by Execute command

Records affected by sql Execute command https://docs.microsoft. ...

Card image cap
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

Card image cap
Programming Languages

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

Card image cap
UnMappath

Returns the virtual path of the absolute path specified in the required ...

Card image cap
SheetName

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

Card image cap
XLShortcut_EnableDisable

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

Card image cap
Page2Setting

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

Card image cap
Bootstrap Modal variables

Bootstrap link to pass variables to modal content Used to build list of links ...

Card image cap
Pagination call

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

Card image cap
SheetDelete_ANmar

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

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
FindFile_Word

Finds a file within open documents of current instance

Card image cap
WorkbookNew_ANmar

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