Search results 210
Sorted from new to old.

IsValidUTF8 + DecodeUTF8 + EncodeUTF8
Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Listbox height changing issue
Listbox in Excel sometimes have issue adjusting height to items added inside, ...

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

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