Getting error message when trying to sort

T

Trafalgargirl

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)

Hi All,

I am trying to sort a simple list and I keep getting the message - The operation requires the merged cells to be equally sized.

I do not remember merging any cells, and I have tried selecting the whole sheet and hitting the merge button, but all that does is merge all of the information into one cell. When I hit merge cells again, it puts back the cells, without all of the information.

Thanks!
 
J

JE McGimpsey

Version: 2008
Operating System: Mac OS X 10.5 (Leopard)

Hi All,

I am trying to sort a simple list and I keep getting the message - The
operation requires the merged cells to be equally sized.

I do not remember merging any cells, and I have tried selecting the whole
sheet and hitting the merge button, but all that does is merge all of the
information into one cell. When I hit merge cells again, it puts back the
cells, without all of the information.

Try running this applescript:

tell application "Microsoft Excel"
unmerge used range of active sheet
end tell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sorting Data Error Message 5
sort error message in excel 1
Cannot Sort 3
data sorting problem 3
sorting 1
Sorting column 1
identically sizing cells 1
How to "return" in a merged cell. 3

Top