Skip to content
Rodrigo Celso de Lima Porto edited this page Jan 13, 2026 · 5 revisions
Function Description Documentation
AreArraysEquals Checks if two arrays are equal πŸ“„
AutoFillFormulas Automatically fills formulas across a range using a reference cell's formula πŸ“„
CleanString Cleans a string by removing or replacing special and control characters with spaces πŸ“„
DisableRefreshAll Disables the "Refresh All" option for all OLEDB connections in a workbook πŸ“„
EnableRefreshAll Enables the "Refresh All" option for all OLEDB connections in a workbook πŸ“„
FileExists Checks if a file exists at the specified file path. πŸ“„
FileNameIsValid Checks if a given name can be used as a valid file name πŸ“„
GetAllFileNames Retrieves an array of all file names from a folder and its subfolders πŸ“„
GetLetters Extracts ASCII letters from a string, in lowercase/td> πŸ“„
GetMonthNumberFromName Converts a month name to its corresponding numeric value πŸ“„
GetStringBetween Extracts a string between two specified delimiters πŸ“„
GetStringWithSubstringInArray Searches through an array of strings and returns the first string that contains a specified substring πŸ“„
GetTableColumnNames Returns the column names of an Excel table πŸ“„
IsAllTrue Checks if all elements in a boolean array are True πŸ“„
IsInArray Checks whether a value exists in an array πŸ“„
ListObjectExists Checks whether a ListObject (Excel table) exists in a workbook πŸ“„
PreviousMonthNumber Returns the month's number that precedes the month of a given date πŸ“„
RangeHasAnyFormula Checks if a range contains any cell with formulas πŸ“„
RangeHasConstantValues Checks if a range contains any constant (non-formula) cell πŸ“„
RangeIsHidden Checks if a range has no visible cell πŸ“„
RangeToHtml Converts a range into an HTML string πŸ“„
SendEmail Sends an HTML email using CDO with NTLM authentication πŸ“„
SetQueryFormula Sets a Power Query formula for a query in the current workbook πŸ“„
StringContains Checks if a string contains a substring πŸ“„
StringEndsWith Checks if a string ends with a specified substring πŸ“„
StringStartsWith Checks if a string starts with a specified substring πŸ“„
SubstringIsInArray Searches a array for any string element that contains a specified substring and returns True on the first match πŸ“„
Summation Computes the numeric summation of a mathematical expression over an integer index range πŸ“„
TableHasQuery Checks if a ListObject (Excel table) is associated to a query πŸ“„
WorksheetHasListObject Checks if a worksheet contains a ListObject (Excel table) πŸ“„

Clone this wiki locally