Skip to content

Reply To: ghostriderofthenite Ultimate Bot project

#100674

i figured it out lol
Private Sub Command12_Click()
On Error GoTo Error_Event:
CommonDialog1.ShowFont
RichTextBox1.SelFontSize = CommonDialog1.FontSize
Error_Event:
Exit Sub
End Sub