![]() |
#1
|
|||
|
|||
![]()
Hi,
I'm new to VBA, but I think I need one to my problem. The situation is: I have a document with text and tables like this b) text (the first cell is a), b), c) and so on... and the second is a text) I have another a) b) and c) in the document I don't want to change, so I've managed to format those cells with a special style like below: Code:
Sub format_tables() Dim tTable As Table For Each tTable In ActiveDocument.Tables tTable.Select Selection.Style = ActiveDocument.Styles("Table-1") Next End Sub I want to find those formated a) b) c) and so on and convert the table in which they are in regular text. Thank you, Adriano Last edited by macropod; 03-01-2013 at 12:13 AM. Reason: Added code tags & formatting |
Tags |
find, replace, tables |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using Find/Replace or VBA | davidku | Word | 4 | 04-27-2012 04:39 PM |
![]() |
paulkaye | Word | 4 | 12-06-2011 11:05 PM |
![]() |
slayda | Word | 3 | 09-14-2011 02:16 PM |
![]() |
kjxavier | Excel | 3 | 08-12-2011 10:49 PM |
![]() |
shabbaranks | Excel | 4 | 03-19-2011 08:38 AM |