A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

NESTING - DOES ANYBODY KNOW??



 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old September 7th, 2004, 10:48 PM
Pat Garard
external usenet poster
 
Posts: n/a
Default

Thanks 'bel!
--
Regards,
Pat Garard
Australia

______________________________________

"Jezebel" wrote in message
...
You need to make a distinction between nesting and anchoring. I don't know
the detailed answer to this -- you'll need to do some experimenting, I
guess.

You can work out where textboxes are anchored by looking at the shape's
Anchor property -- this is a reference to the range (ie paragraph) to
which
the shape is attached -- you can then check that Range's Information()
property to work out if you are anchored to a paragraph within a table.

Not sure what's the most efficient way to pick if a table is within a
textbox. For one thing, tables in textboxes are not members of the
ActiveDocument.Tables collection, so simply iterating the tables
collection
won't encounter them anyway. To find tables within textboxes you could
iterate the activedocument.StoryRanges(wdTextFrameStory).Table s
collection.
Does that help?

Perhaps for your purpose, dealing with the distinct StoryRanges as
separate
entities might be the best approach.





"Pat Garard" apgarardATbigpondPERIODnetPERIODau wrote in message
...
Wow Jezebel!

I can nest a Table OR a Text Box into a Table.
I can nest a Table into a Text Box (but that
table may not then contain another Text Box).

I need to be able to detect all such nestings.
--
Regards,
Pat Garard
Australia

______________________________________

"Jezebel" wrote in message
...


Thank you! - Any ideas on Text Boxes?
--

Pat, this question is a tad cryptic. I have lots of ideas on Text
Boxes;
most of them obscure, unprintable, and of extremely dubious relevance

...

Textboxes can't be nested (in W2000, anyway). They may overlap -- so

that
graphically they have the appearance of nesting -- but the range to

which
a
textbox is anchored must be part of the MainStory or a Header/Footer.

You
can't anchor a textbox to a paragraph within a textbox.








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How many form nesting levels? Bam Bam General Discussion 1 July 7th, 2004 10:06 PM
Nesting limit Steve Bursach Worksheet Functions 8 May 14th, 2004 07:25 PM
Nesting Levels Retail Mike Worksheet Functions 1 January 3rd, 2004 04:24 AM
Nesting a nested function with {..} Dave R. Worksheet Functions 0 November 8th, 2003 12:09 AM
Nesting a nested function with {..} Mico Llanos Worksheet Functions 0 November 8th, 2003 12:01 AM


All times are GMT +1. The time now is 08:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.