Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / October 2005

Tip: Looking for answers? Try searching our database.

coding for table numbering and table title

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
donna - 17 Oct 2005 23:44 GMT
We have tables with specific header and table title. I am trying to change
table title as per our client requirements.
The situation is challenging because my Table titles are as follow
Table X      Table Title
and I am trying to change it to
Table X.X   Table title

I have changed the styles etc., it's just the table numbering and sentence
case for the title.

Any help. What will be the coding.
Chuck Henrich - 19 Oct 2005 13:05 GMT
Are your table numbers/titles in the first row of your tables?  Are the
numbers and titles in separate cells in that row?  When you say you've
changed the styles but you need to change the numbering, why not use outline
numbering in the style for the table title?  

If you want to change the table title case, use the wdTitleSentence
constant, eg:
 if you're using a selection object
     Selection.Range.Case = wdTitleSentence
 if you're using a range object
     rngRange.Case = wdTitleSentence

Signature

Chuck Henrich
www.ProductivityApps.com

> We have tables with specific header and table title. I am trying to change
> table title as per our client requirements.
[quoted text clipped - 7 lines]
>
> Any help. What will be the coding.
donna - 19 Oct 2005 18:42 GMT
No table number and titles are outside the tables. I cannot make any changes
in the style as it's from our client and we cannot make any chages to it.
also my current files are in different files so, I am basically formatting
one client;s formatted file to the another through macro.

Thanks

> Are your table numbers/titles in the first row of your tables?  Are the
> numbers and titles in separate cells in that row?  When you say you've
[quoted text clipped - 19 lines]
> >
> > Any help. What will be the coding.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.