Code:
Function FindRogue() Dim rpt As Report Dim ctl As Control Dim strDoc As String strDoc = "04 - Backlog Report - Valley" DoCmd.OpenReport (strDoc), acViewDesign Set rpt = Reports(strDoc) For Each ctl In rpt.Controls If ctl.Width > 6.5 * 1440 Then Debug.Print ctl.Name,
Leave a comment: