Joe Hecht
jmhecht at earthlink.net
Tue Jan 3 16:32:28 CST 2006
I asked this once before, but I lost it when my old drive crashed: In the footer I have a text box that I want visible only if the page count is >1 The property in the sheet is visible = no I have not been able to get to get to the visible property in code Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer) If Me.Pages > 1 Then Me.txtFooterName.SetFocus Me.txtFooterName.v End Sub Please advise Thanks Joe Hecht jmhecht at earthlink.net