Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
void GetWorksheetObjects(){ foreach (PageBase pB in Project.Pages) { if(pB.GetType()==EXIST_WKS) { Worksheet Wks(pB.GetName()); if(Wks.IsValid()==true) { // Do something with Wks } } }}