V
Victoria
I have code in the OnFormat event in each of my report headers. The code
works fine, but I 'm puzzled as to why it always runs twice in a row. To
understand why the event repeats, I started remming out code lines. Even
when ALL code is removed (see below), the Event always runs twice.
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As
Integer)
'do nothing
End Sub
What am I missing?
thanks
Victoria
works fine, but I 'm puzzled as to why it always runs twice in a row. To
understand why the event repeats, I started remming out code lines. Even
when ALL code is removed (see below), the Event always runs twice.
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As
Integer)
'do nothing
End Sub
What am I missing?
thanks
Victoria