Character adding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone hook me up the VB Syntax?

I want to increment a single character through the alphabet each time a
button is clicked. It'll start at 'a' then go to 'b'. This is to uniquely
differentiate quotes.

thanks to anoyone who knows this language

cheers
 
Actually it's not working. What's wrong with this?

Me.Quote_Char = Chr(Asc("Me.Quote_Char") + 1)

Cheers?
 
Back
Top