Search results 46

Sorted from new to old.
Card image
Bootstrap Editable Table

Editable table with Bootstrap 4, with multiple controls, having: Checkbox for ...

Card image
ProtectString + UnProtectString

Protects or unprotects a string giving a password Using XorD and similar to ...

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
Bootstrap-DatePicker

bootstrap-datepicker This is a fork of Stefan Petre's [original code](

Card image
IsThere_Remote

Checks if a file can be reached online or no Same as

Card image
SheetAdd_ANmar

Adds a sheet to a workbook, after checking if workbook is open Checks if ...

Card image
Show/hide ribbon

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

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...

Card image
RmDir

Delete a folder, expects to be an empty folder, path must be already MapPathed

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
IsThere1_Remote

Checks if a file is found from a URL, finds a file in a remote server

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

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...