I am writing a macro where I select a layer, then save the report, and want to then go to the next layer, and save the report as a different name.
I am having to either HideSelected or DeleteSelected to go to the next level but would like to find a better way.
PPRep1.Layers.Item(1).Select
PPRep1.DeleteSelected
PPRep1.SaveAs "e:\1Test\graph2.ppr"
Any Suggestions. Thanks in advance.
I am having to either HideSelected or DeleteSelected to go to the next level but would like to find a better way.
PPRep1.Layers.Item(1).Select
PPRep1.DeleteSelected
PPRep1.SaveAs "e:\1Test\graph2.ppr"
Any Suggestions. Thanks in advance.