Using GetWorkbook in custom Excel Object
Dear All,I would like to create an object which interfaces with Excel, including a stage which uses the following code: Dim worksheet as Object Worksheet = GetWorkbook(handle, Nothing). ActiveSheet worksheet.UsedRange.AutoFilter (Field:= fieldToBeFil...