S seany Registered User. Local time Today, 19:25 Joined Sep 1, 2003 Messages 53 Sep 12, 2005 #1 Is it possible to list the current Reports open?
G goppo Registered User. Local time Today, 21:25 Joined Sep 12, 2005 Messages 18 Sep 12, 2005 #2 Yes, use this For j = 0 To CurrentProject.AllReports.Count if CurrentProject.AllReports.Item(j).IsLoaded = true then xx(j)=CurrentProject.AllReports.Item(j).Name end if Next j
Yes, use this For j = 0 To CurrentProject.AllReports.Count if CurrentProject.AllReports.Item(j).IsLoaded = true then xx(j)=CurrentProject.AllReports.Item(j).Name end if Next j