Hi Jay,
I think you can use something like the following:
Dim iTbl As Integer
For iTbl = ActiveDocument.Tables.Count To 1 Step -1
With ActiveDocument.Tables(iTbl)
If .Columns.Count = 1 And .Rows.Count = 1 Then
.Range.Font.Color = wdColorRed
.ConvertToText Separator:=""
End If
End With
Next iTbl
HTH,
Dave
>I have a large document which has embedded in it many single cell tables
> containing text. I want to find these tables, select the embedded text,
[quoted text clipped - 6 lines]
> perform the manual commands. I never have used macros. I could use some
> help.
jay - 19 Apr 2006 05:36 GMT
This will sond stupid, but I never used a macro in Word. My only experience
was in Lotus WordPro years ago. I need some help n how to use the code.
> Hi Jay,
>
[quoted text clipped - 23 lines]
> > perform the manual commands. I never have used macros. I could use some
> > help.
Dave Lett - 19 Apr 2006 12:16 GMT
Hi Jay,
Have a look at the article "What do I do with macros sent to me by other
newsgroup readers to help me out?" at
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
HTH,
Dave
> This will sond stupid, but I never used a macro in Word. My only
> experience
[quoted text clipped - 31 lines]
>> > some
>> > help.
jay - 22 Apr 2006 11:10 GMT
How can I learn more about creating and using macros? Where do I go?
> Hi Jay,
>
[quoted text clipped - 40 lines]
> >> > some
> >> > help.
Charles Kenyon - 23 Apr 2006 04:35 GMT
Did you go to the article Dave Lett gave you?
Follow the links in that article and you'll open up a library of
information.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> How can I learn more about creating and using macros? Where do I go?
>
[quoted text clipped - 46 lines]
>> >> > some
>> >> > help.