|
-
Mar 26th, 2000, 11:07 AM
#1
Thread Starter
Hyperactive Member
For those who are interested....
I just spent the weekend "hacking" around inside MS PowerPoint. Designed myself a VBA form and some additional macros for generating CD Jewel Case covers. The Slides are created dynamically depending on what you have selected on the form as the contents to the pages.
If anyone any questions regarding PowerPoint I think I may be in a position to answer them now.
Some points to note with VBA in powerpoint :
Code:
- Works very similar to VBA in word and excel
- Occassionally gets into trouble where "shapes" on a slide
are not updated in time to run the next command. Using
"DoEvents" only *sometimes* works to cure this.
- The object structure isn't the easiest to navigate
- There isn't the nice "TextWidth()" method for determining
how wide a string is using a specific font
- You have to calculate for yourself how wide 1 inch or cm
is if you want to set lengths for things. There are no
methods for performing these conversions that I could find

-
May 12th, 2000, 11:17 AM
#2
Lively Member
slide 'on open' event
Maybe you can check my thread:
General VB Questions
5-13-2000
Thanks
-
May 30th, 2000, 12:39 AM
#3
Lively Member
I designed a form recently in Powerpoint and it seems that there is no such thing as a 'Tab Order' or 'EntryKey' behaviour.
The documentation seems straightforward enough, but doesn't work.
I couldn't get from one textbox to another at run time without using the mouse. Can you?
I think it must be designed this way as a presentation app. wouldn't expect user input.
If that's true, why have textboxes?
I'm confused
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|