Deciphering an Error Message irt Sorting

Mr_Phil

Board Regular
Joined
May 28, 2018
Messages
150
Office Version
  1. 365
Hi. This appears when I open the workbook. It has something to do with sorting. The only recent change I made was using a side to side sort on rows. After this message I thought I could verify that something in the new sort was the issue. But, I opened/saved the workbook and then closed it without performing the sort and the error still appeared. I clicked the link and it gave me an xml doc that said the same thing. Anyone know what this refers to or suggestions for further troubleshooting.

1733321574898.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Do you have any code that applies a sort?
 
Upvote 0
This error is usually caused by code that doesn't clear the existing sort fields before applying different ones. It may work at the time, but will cause a problem when the workbook is reopened.
 
Upvote 0
This error is usually caused by code that doesn't clear the existing sort fields before applying different ones. It may work at the time, but will cause a problem when the workbook is reopened.
Ok I will look closer at the entire range of sorts to see if I can catch it. Thank you for your help.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,170
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top