I am having an issue where I call a com object that returns an array of values. The function is a variant that returns the error code or array. I can access the isarray, lbound, ubound, and correct vartype (8200). When I attempt to access the actual values I get the error on the page. The code I am using works fine in a VBA solution but I need to move this to an ASP though. Any help would be appreciated.