Search results

  1. T

    Random Font

    No one here has an answer? I thought there were experts on this site.... Guess I was wrong. Maybe it is because I am a newbie. Either way, thanks for the help.
  2. T

    Random Font

    Maybe my code thus far will help... Dim font1 As String Dim font2 As String Dim font3 As String Dim FontR As String Dim FontNum As String Dim Counter As Integer Dim MyString As String FontNum = Int((3 - 1 + 1) * Rnd + 1) font1 = "Custom" font2 = "Arial" font3 = "Chiller" FontR = "Font" &...
  3. T

    Random Font

    I have been searching for an answer to this all day, I hope someone here can help. I am trying to write code in Access 2007 VBA. What I want this code to do is to randomize the font properties of a Rich Text Box. (I know this is possible in Excel via the .Character, but not in Access) To...
Back
Top Bottom