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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Pohohanheim

    Defining PowerPoint template in VBA-code

    Thanks a lot!! It really works now! :)
  2. Pohohanheim

    Defining PowerPoint template in VBA-code

    OK, here it goes.. Sub PP() Const ppLayoutTitle As Integer = 1 Const ppLayoutText As Integer = 2 Const ppLayoutTitleOnly As Integer = 11 Const ppEffectFlyFromTop As Integer = 3330 Const ppEffectBoxIn As Integer = 3074 Const ppSlideShowUseSlideTimings As Integer = 2...
  3. Pohohanheim

    Defining PowerPoint template in VBA-code

    I tried that Apply Template method but all I get is an error message: "Run-time error '492' ActiveX component can't create object" Am I missing a reference??
  4. Pohohanheim

    Defining PowerPoint template in VBA-code

    Hello! I have a small problem concerning PowerPoint. I've created a handy macro which creates a PP-slide show based on information on an Excel file. The problem is that I don't know how to define the template PP uses in VB-code. That "blanco" template isn't suitable for my purposes. So, is...
  5. Pohohanheim

    Beginner's problem

    Thanks a lot! Now it works like a dream!
  6. Pohohanheim

    Beginner's problem

    Hello. I've created this kind of a basic code, which imports data from an access database to an excel sheet. I'am asking if anyone could help me with my code. My code is very primitive and if I have more than one customer in my database, if have to copy these lines to different modules for each...

Part and Inventory Search

Back
Top