Home ยป UCase function
Learn
Excel Macro: Base64 HMAC Encryption
Some APIs require each REST request to be signed with an HMAC SHA256 signature, and these signatures need to be converted to […]
Learn
Excel Macro: Sort Worksheets by Name
If you want to sort multiple worksheets by name, it seems very boring to do it manually. In this situations, you can use this simple macro.
Docs
UCase function
Returns a Variant (String) containing the specified string, converted to uppercase. Syntax UCase(string) The required string argument is any valid string expression. […]
Learn
Excel Macro: List All Files in Folders and Subfolders
This Excel macro can list files (include hidden files) in a specified folder and subfolders, or files with a specific extension. Get it now!