Search results 60

Sorted from new to old.
Card image
Get boot time

Get the last time Windows 10 was started. Needed this quickly for research.

Card image
VBInstrRev

Similar to VBInstr, but this one does it in reverse, which is instrrev() ...

Card image
XMLRead

Returns array of values by an XML expression from XML file. Xmlfilepath is the ...

Card image
Associate_Ext

Register an extension in Windows registry for extension with an application. ...

Card image
Latest records date and count

Find how many items in table, with column DateAdded is the latest DateAdded in ...

Card image
End ( xlDown )

A bug found because of using End(xlDown) Please stop using Range("A1"). ...

Card image
Arr_1Dim_2Str

Converts 1-dimension array into text. Meet Join. A way to convert array into ...

Card image
FrmRename

Userform to switch names of two files. Basically renaming two files with each ...

Card image
DB connection driver

What is the Driver part in ConnectionString

Card image
WinXP css theme

CSS theme to show page as windows style, this one is WinXP

Card image
NavigatePost

Reads content of webpage with optional post data two main differences from

Card image
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...

Card image
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...

Card image
AutoSaveOn

Automatically save workbook (when using OneDrive) on or off This is the VBA ...

Card image
Frm5Textbox

Shows a text in textbox as separate window Caller can modify size of textbox, ...

Card image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...