Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ast

  1. ast

    vertical label caption text

    Hi all! Your can place a label with Label1.AutoSize = true and in Form_Load() write something like this: Private Sub Form_Load() Label1.Caption = "D" & vbCrLf & "D" & vbCrLf & "D" & vbCrLf & "D" & vbCrLf & "D&quot...

Part and Inventory Search

Back
Top