Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
i'm having a hard time trying to search a table for a certain line of text.
i'm trying to insert a row beneath each row of a table that contains "auto". i'd appreciated any help. Thanks! |
#2
![]() |
|||
|
|||
![]()
You'll need to provide more info.What sort of hard time?
"Aud" wrote in message ... i'm having a hard time trying to search a table for a certain line of text. i'm trying to insert a row beneath each row of a table that contains "auto". i'd appreciated any help. Thanks! |
#3
![]() |
|||
|
|||
![]()
i'm not sure what function i can use after i locate the cell i want to
search. is there a function to search the contents of a table, can i assign the contents of a cell to a string? "Jezebel" wrote: You'll need to provide more info.What sort of hard time? "Aud" wrote in message ... i'm having a hard time trying to search a table for a certain line of text. i'm trying to insert a row beneath each row of a table that contains "auto". i'd appreciated any help. Thanks! |
#4
![]() |
|||
|
|||
![]()
You can restrict a search to any range of the document, including a table.
If you're working manually, select the table before calling Find. If you're talking about VBA, provide the table as the Range argument to the Find object. Yes, you can assign the content of a cell to a string: pString = MyTable.Cell(Row, Col).Range Bear in mind that every table cell terminates with chr(13)chr(7); you might need to strip these from the end of the string. "Aud" wrote in message news ![]() i'm not sure what function i can use after i locate the cell i want to search. is there a function to search the contents of a table, can i assign the contents of a cell to a string? "Jezebel" wrote: You'll need to provide more info.What sort of hard time? "Aud" wrote in message ... i'm having a hard time trying to search a table for a certain line of text. i'm trying to insert a row beneath each row of a table that contains "auto". i'd appreciated any help. Thanks! |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I tie Table Numbers to references in the text? | Tables | |||
Table AutoFormats vs. Table Styles confusion | Tables | |||
Resources for Long Document Management | Microsoft Word Help | |||
Any way to link text with Figure or Table number? | Microsoft Word Help | |||
Outline | Page Layout |