Relative Content

Tag Archive for excelvbarangeuser-defined-functions

I am getting a Value error when calling a VBA function in Excel

I have two VBA Excel functions: IdentifyOutliers and OutlierString. OutlierString calls IdentifyOutliers. IdentifyOutliers finds outliers in a named Excel range (Data_Table_1) in the same workbook. OutlierString then returns a sentence naming the outliers, such as “The outliers are 45, 65.” When I place =OutlierString(Data_Table_1) in a cell and calculate sheet I get value error.