Search results 71

Sorted from new to old.
Card image
Windows God Mode

Control panel shortcuts part 1

Card image
CTRL+K,C

Comment and de-comment lines quickly in VBE Create shortcuts inside VBE to ...

Card image
Shortcuts (rundll32.exe)

Shortcuts to do certain commands in Windows (tested in Windows 7) Shutdown, ...

Card image
Show/hide ribbon

Show or hide Excel ribbon from inside VBA Needed that in one of my projects

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
Records Affected by Execute command

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

Card image
XLShortcut_EnableDisable

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

Card image
RandomImage

Gets a random image from a folder of files, passed as an unMapPathed (HTML) ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
CutString1

Cuts a string from a string starting from a specific character index and until ...

Card image
WaitFor + ShellWait

Tell App to wait for number of seconds and Execute command and wait for it ...

Card image
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

Card image
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
ANStrColor2RGB + RGB2ANStrColor

Converts R:G:B into RGB value (as long) and RGB from long into R:G:B

Card image
CutString3_Search

Using same code in CutString3, this will search for matching items. Searches ...