Hi All,
I'm fairly new to VB and I'm getting "variable not defined" errors on variables like msoTextOrientationHorizontal, msoTrue, msoFalse...seems like anything with "mso" I'm getting an error. What are these variables? Is there a setting, maybe in "project->references", that I need to set...
Hi All,
When you create a PowerPoint graph through VB PowerPoint creates 3 legends (North, West, East) even if you only want one legend. I'm wondering how I would delete the other two legends using VB. Does anybody have any ideas?
Thanks,
Kenny
Thanks...
Now I have another question. If I wanted to add a slide that has the ppLayoutTextAndChart with the code that I posted below:
Set ppCurrentSlide = oPPPresentation.Slides.Add(1, ppLayoutTextAndChart)
ppCurrentSlide.Shapes(1).TextFrame.TextRange.Text = "My Slide"
With...
Hi,
I'm new to VB so this might be an easy question to answer. I'm trying to create a simple Powerpoint slide with a title and three(3) bullet points. I have included a code snipplet of where I'm having problems.
Set oPPApp = New PowerPoint.Application
Set oPPPresentation =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.