Rednyx
Civil/Environmental
- Feb 22, 2001
- 42
I want to use two DIFFERENT type of formats in one button/label/text box . Just like if i have to denote sigma(Greek) x(Arial) in one button what should i do?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub frmMain_Load()
Label1.Caption = "Sigma (" & Chr(228) & "):"
End Sub