Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kchanbs

  1. kchanbs

    Please help with variables

    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...
  2. kchanbs

    Powerpoint

    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
  3. kchanbs

    Powerpoint

    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...
  4. kchanbs

    Powerpoint

    thanks...but what is "vbCrLf"?
  5. kchanbs

    Powerpoint

    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 =...

Part and Inventory Search

Back
Top