D
DanF
Howdy
I've got a worksheet I created in Excel 2007, and saved as a .xls (Excel
'97-2003) with a macro that uses the following line of code:
ActiveWorkbook.Worksheets(combinedEMDataTypes).AutoFilter.Sort.SortFields.Clear
When I run the sheet in Excel 2003, it bungs out an error that states
"Object doesn't support this property or method"
I don't think this PC has been updated since it got built as it's supposed
to be 'offline', so would an update fix it, or am I going to have to figure
out another way of making my code work?
Cheers peeps
Dan
I've got a worksheet I created in Excel 2007, and saved as a .xls (Excel
'97-2003) with a macro that uses the following line of code:
ActiveWorkbook.Worksheets(combinedEMDataTypes).AutoFilter.Sort.SortFields.Clear
When I run the sheet in Excel 2003, it bungs out an error that states
"Object doesn't support this property or method"
I don't think this PC has been updated since it got built as it's supposed
to be 'offline', so would an update fix it, or am I going to have to figure
out another way of making my code work?
Cheers peeps
Dan