> A native solution does not exist for this. You will need to mimic the smart
> tag behavior. Determine programatically at what point you want to split the
[quoted text clipped - 23 lines]
>
> > -- Ran Sagy, Software Developer.
In article <e70209bf-e3fe-4a34-8047-f02f55dfd884@41g2000hsc.googlegroups.com>, Ran
> That's what i was afraid of. Seems an overly complex solution to the
> problem.
> Anyway, Thanks for the reply - I'll get to it and see if i can come up
> with something stable enough to work (considering things like font
> size and line spacing have to come in mind, maybe even resolutions).
The .TextRange.BoundHeight , .BoundWidth, .BoundTop, .BoundLeft properties will
tell you what you need to know.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Ran 'chaosblade' Sagy - 18 Feb 2008 07:59 GMT
> In article <e70209bf-e3fe-4a34-8047-f02f55dfd...@41g2000hsc.googlegroups.com>, Ran
>
[quoted text clipped - 12 lines]
> PPTools: www.pptools.com
> ================================================
Thanks, Steve, I'll have a further look and report back with good
results (hopefully).