elquixiote
Technical User
Hi! is there a way to deal with text sizes so your text can fit in your screen regardless the screen resolution the user is using.
thanks ...
El quijote ...
thanks ...
El quijote ...
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 cmd125Pct_Click()
Dim ctrl As Control
For Each ctrl In Me.Controls
ctrl.FontSize = 1.25 * ctrl.FontSize
Next
End Sub