I have code to change forms controls before printing and then back after print
eg; form color from brown to white
is their any way to stop the brief viewable changes ?Code:Sub BeforePrint() lstPrinters.Visible = False cmdHelp.Visible = False cmdDeleteCboItem.Visible = False miFrame1Top = Frame1.Top picBelowTop.Visible = False mLFormColor = Me.BackColor Me.Frame1.BackColor = vbWhite Frame1.Top = 500 FraProjects.BackColor = vbWhite Me.BackColor = vbWhite ' Command2.Visible = False ' Command3.Visible = False End Sub





Reply With Quote