Excel 2002 Data Sort Function

D

daniel g

I am running Windows XP and Office 2002. While in an
Excel spreadsheet I cannot get "data sort" to function at
all. The system will not allow me to access it (it is
not in bold font). I have tried to reinstall and repair
and cannot make it work. My other computer which is
Microsoft 2000 and Office 2000 works fine. I can access
every command under "data" with the exception of "sort".
Obviously, the "sort ascending" and "sort descending"
commands on the toolbar line are not accessible either.

Thanks much.
 
T

Tushar Mehta

[This followup was posted to microsoft.public.excel.worksheet.functions
with an email copy to daniel g.
Please use the newsgroup for further discussion.]

I have never come across such a problem; searching
support.microsoft.com didn't help either. Does this happen with just
one particular workbook? Or with all workbooks? What if you create a
new workbook?

Does the new computer have any add-ins / macros installed that are
absent from the old computer?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta (www.tushar-mehta.com) MS MVP - Excel
 
M

mlindsay

Make sure protection is turned OFF on the worksheet.

Tushar Mehta said:
[This followup was posted to microsoft.public.excel.worksheet.functions
with an email copy to daniel g.
Please use the newsgroup for further discussion.]

I have never come across such a problem; searching
support.microsoft.com didn't help either. Does this happen with just
one particular workbook? Or with all workbooks? What if you create a
new workbook?

Does the new computer have any add-ins / macros installed that are
absent from the old computer?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta (www.tushar-mehta.com) MS MVP - Excel

dgoldbe1 said:
I am running Windows XP and Office 2002. While in an
Excel spreadsheet I cannot get "data sort" to function at
all. The system will not allow me to access it (it is
not in bold font). I have tried to reinstall and repair
and cannot make it work. My other computer which is
Microsoft 2000 and Office 2000 works fine. I can access
every command under "data" with the exception of "sort".
Obviously, the "sort ascending" and "sort descending"
commands on the toolbar line are not accessible either.

Thanks much.
 
A

Alex

I have the exact same problem and protection is turned
off. Any other ideas out there?
-----Original Message-----
Make sure protection is turned OFF on the worksheet.

Tushar Mehta said:
[This followup was posted to microsoft.public.excel.worksheet.functions
with an email copy to daniel g.
Please use the newsgroup for further discussion.]

I have never come across such a problem; searching
support.microsoft.com didn't help either. Does this happen with just
one particular workbook? Or with all workbooks? What if you create a
new workbook?

Does the new computer have any add-ins / macros installed that are
absent from the old computer?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta (www.tushar-mehta.com) MS MVP - Excel
 
T

Tushar Mehta

Did you look at any of the questions I asked?

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

I have the exact same problem and protection is turned
off. Any other ideas out there?
-----Original Message-----
Make sure protection is turned OFF on the worksheet.

Tushar Mehta said:
[This followup was posted to microsoft.public.excel.worksheet.functions
with an email copy to daniel g.
Please use the newsgroup for further discussion.]

I have never come across such a problem; searching
support.microsoft.com didn't help either. Does this happen with just
one particular workbook? Or with all workbooks? What if you create a
new workbook?

Does the new computer have any add-ins / macros installed that are
absent from the old computer?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta (www.tushar-mehta.com) MS MVP - Excel

 
M

mlindsay

You might also try the following in an immediate debug window:

application.CommandBars.ActiveMenuBar.Controls("&data").commandbar.controls(
"&Sort...").enabled = True

In testing if I set it to false the Sort option is grayed out and remains so
even if I completely close Excel and then open a new book.
--
Michael R. Lindsay NCT
(e-mail address removed)
(An old dog still trying
to learn new tricks...)


Tushar Mehta said:
Did you look at any of the questions I asked?

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

I have the exact same problem and protection is turned
off. Any other ideas out there?
-----Original Message-----
Make sure protection is turned OFF on the worksheet.

[This followup was posted to microsoft.public.excel.worksheet.functions
with an email copy to daniel g.
Please use the newsgroup for further discussion.]

I have never come across such a problem; searching
support.microsoft.com didn't help either. Does this happen with just
one particular workbook? Or with all workbooks? What if you create a
new workbook?

Does the new computer have any add-ins / macros installed that are
absent from the old computer?

--
Trouble finding replies to your posts? Use a newsreader. See the
tutorial 'Outlook Express and Newsgroups' on my web site

Regards,

Tushar Mehta (www.tushar-mehta.com) MS MVP - Excel

@optonline.net says...
I am running Windows XP and Office 2002. While in an
Excel spreadsheet I cannot get "data sort" to function at
all. The system will not allow me to access it (it is
not in bold font). I have tried to reinstall and repair
and cannot make it work. My other computer which is
Microsoft 2000 and Office 2000 works fine. I can access
every command under "data" with the exception of "sort".
Obviously, the "sort ascending" and "sort descending"
commands on the toolbar line are not accessible either.

Thanks much.



.
 
Joined
Dec 20, 2006
Messages
2
Reaction score
0
this is not overly pertaining to this thread, but i am forum ignorant and cant seem to to figure out how to post a new question....
I am trying to write an excel function to auto sort columns in a different way by one step for each sort.

Sort 1; sort column A, B, C descending from A

Sort 2; sort column A, B, C descending from B

Sort 3; sort column A, B, C descending from C

any help would be great or even just let me know that it cant be done...

Thank you!!
 

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

Top