-
Word: Problems when Sorting Table while Track Changes is on
This is not a VBA problem, but this seems to be the most relevant MSDN
Managed Newsgroup for a Word problem affecting my program development.
I have found some undesired results when sorting a table while Track Changes
is switched on. Paring things down to their bare bones, the following
procedures reproduce them.
1. Start with a 3-row table like this:
Column 1 Column 2 Column 3
1 AB Row A
2 YZ Row B
2. Turn on Track Changes,
3. Set the Tracking View to Final (ie not showing markup)
4. Change the table to this:
Column 1 Column 2 Column 3
2 CD Row A
1 WX Row B
5. Sort the table using the defaults Word offers (ie has header rows,
numeric sort)
The expected result would be this (which is indeed what you get if Track
Changes is off):
Column 1 Column 2 Column 3
1 WX Row B
2 CD Row A
However, this is what you actually get:
Column 1 Column 2 Column 3
21 YZWX Row B
12 ABCD Row A
These results were obtained using Word 2007 SP2. The document on my SkyDrive
at http://cid-75e3e350f569b887.skydrive...ation%2002.doc
can be used to reproduce the problem. It also describes how things can get
even worse when the Tracking View is set to Final Showing Markup. -
RE: Word: Problems when Sorting Table while Track Changes is on
Thanks very much for your another valuable feedback, Julian!
I can reproduce the behavior and personally speaking, I consider it to be a
Word behavior bug of Track Changes function. For this is a product issue
not developement related, I think all I can do is helping to report this in
our internal offbug channel. That channel is monitored and handled by the
Office product group. Hope the PG will fix the issue in next SP.
Thanks again for your reporting.
Best regards,
Ji Zhou
Microsoft Online Community Support -
RE: Word: Problems when Sorting Table while Track Changes is on
Colbert,
That sounds about the best that can be done. Is there any way I track this
bug's progress, or do I just have to try it out with each new release?
Julian -
RE: Word: Problems when Sorting Table while Track Changes is on
Hello Julian,
The bug ID I submit is offbug 46736. You can contact CSS support engineer
or me to check the updates with this case. :-) And as I can also reproduce
the issue in Office 2010, I would suggest you also post it in the technet
Office forum, http://social.technet.microsoft.com/...n/word/threads
That would be a more appropriate place for the issue.
Best regards,
Ji Zhou
Microsoft Online Community Support -
RE: Word: Problems when Sorting Table while Track Changes is on
Hello Colbert,
I posted as you suggest; see http://tinyurl.com/yh55dqq
Julian Similar Threads -
By mtonkovich@msn.com in forum Queries
Replies: 1
Last Post: 03-23-2009, 11:41 PM -
By Andibevan in forum Programming (VBA, VB, C# etc)
Replies: 1
Last Post: 02-07-2009, 06:21 PM -
By Gavim Francis in forum Programming (VBA, VB, C# etc)
Replies: 1
Last Post: 01-21-2009, 03:47 PM -
By Gavim Francis in forum General Excel Discussion
Replies: 1
Last Post: 01-11-2009, 11:15 PM Posting Permissions - You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Bookmarks