F fredg Feb 12, 2006 #2 Is there a way to activate the form scroll bars using code? Click to expand... See VBA help! Click on the Scriollbars property line and press F1. Me.Scrollbars = 0 ' (or 1, or 2, or 3)
Is there a way to activate the form scroll bars using code? Click to expand... See VBA help! Click on the Scriollbars property line and press F1. Me.Scrollbars = 0 ' (or 1, or 2, or 3)