Good Morning,
Do you know how can I read in VBA the order status of an Excel 2007/2010 table?
I´ve tried this:
Dim ORDER As XlSortOrder
ORDER= ActiveWorkbook.Worksheets("MySheet").ListObjects("MyTable").Sort.SortField.Key
But it doesn't seem to work...
How would you achieve that reading?
Thanks a lot!
JL
Do you know how can I read in VBA the order status of an Excel 2007/2010 table?
I´ve tried this:
Dim ORDER As XlSortOrder
ORDER= ActiveWorkbook.Worksheets("MySheet").ListObjects("MyTable").Sort.SortField.Key
But it doesn't seem to work...
How would you achieve that reading?
Thanks a lot!
JL