Search results 145

Sorted from new to old.
Card image
XLShortcut_EnableDisable

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

Card image
SheetDelete_ANmar

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

Card image
WorkbookNew_ANmar

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

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
Ask4Folder

Asks user for a folder, starting with certain folder

Card image
Unzip_7Zip

Extracts a zip into a location and waits for that extraction to finish Using ...

Card image
CutString1

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

Card image
WelcomeSheet

A User-Friendly way to ask user to enable macros. Showing an only sheet to let ...

Card image
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

Card image
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

Card image
FS_CopyFile

Copies a file

Card image
Ordinal

Get a Number Suffix They allow you to turn 1 into 1st, 2 into 2nd, etc. giving ...

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
IsFolder

Returns a Boolean value that indicates if the parameter is a folder.

Card image
ScreenRes

Reads screen resolution, using IE this time, this one will get the active ...