Try adding ".Close()" before "End With". While the "Using" will automatically dispose of the report object, it won't close it before disposing.
-Dell
Try adding ".Close()" before "End With". While the "Using" will automatically dispose of the report object, it won't close it before disposing.
-Dell