scroll bars

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
Is there a way to activate the form scroll bars using code?

See VBA help!
Click on the Scriollbars property line and press F1.

Me.Scrollbars = 0 ' (or 1, or 2, or 3)
 
Back
Top