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 Chris Miller 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. zolero

    Batch processing in powerpoint

    Thanks for the tip. I managed to solve the problem though with some extensive reading on microsoft website. So following works like a charm. Sub LoopSelection() Worksheets("Sheet1").Select c = ActiveWindow.RangeSelection.Address Dim ppt As Object Dim varde As String Dim kat As String Dim...
  2. zolero

    Batch processing in powerpoint

    Hi all! This is my first post in this forum and I was hoping that you could help me with a problem that I am having. I have to save about 200 powerpoint files (.ppt) as jpg and I figured i could write a macro for this. So the solution I have come up with is this. An excel sheet with all the...

Part and Inventory Search

Back
Top