S
Silvester
On a command button click event I use PP automation from Access 2000 to
generate a new slideshow with text from a A2000 form textbox (enter = new
line in field)
Dim ppSlide1 As PowerPoint.Slide
Set ppSlide1 = ppPres.Slides.Add(1, ppLayoutText)
Right now at font size 24, nine lines of text fit in the standard PP slide
textbox under the title.
How can I get powerpoint to add keep adding a new slide for every nine lines
of text so that the slideshow builds itself to fit the text.
Thanks for any help.
generate a new slideshow with text from a A2000 form textbox (enter = new
line in field)
Dim ppSlide1 As PowerPoint.Slide
Set ppSlide1 = ppPres.Slides.Add(1, ppLayoutText)
Right now at font size 24, nine lines of text fit in the standard PP slide
textbox under the title.
How can I get powerpoint to add keep adding a new slide for every nine lines
of text so that the slideshow builds itself to fit the text.
Thanks for any help.