PPT Macro for Formatting multiple slides
Dear All,Many times we come across situation in which we need to format 100's of slides withing specified amount of time, and doing it manually is really not a smart way thats where macro comes in picture.Below is sample macro I have written for formatting active slides :I hope you know how to run macros ;) else you can always take help from Google!!!!!!Dim myvar As SlideDim myvar1 As ShapeFor Each myvar In ActivePresentation.SlidesFor Each myvar1 In myvar.ShapesWith myvar1.Left = 50.Top = 71.LockAspectRatio...