Search:

Type: Posts; User: VineethChandran

Search: Search took 0.04 seconds.

  1. Re: [RESOLVED] Convert number to letter of the alphabet

    oh!...
    i didn,t notice that ... 11 years...
    Sorry! I thought this was a VB6 thread.:)
  2. Convert Number to Letter of the Alphabet

    This function returns alphabet/alphabet-series-string from a specified number.
    For example :
    GetAlphaString(26) ---returns---> "Z"
    GetAlphaString(27) ---returns---> "AA"
    GetAlphaString(28)...
  3. Re: VBA character replacement question

    try this to replace beta:

    activecell.Replace chrw(946),"beta"
  4. Re: VBA character replacement question

    I cannot fix this issue. But I found a mistake...

    The used sybol is β but ASCII Code 223 is for ß.

    ß = ASCII (Decimal) 223
    β = Unicode (Hex) 03B2

    Check it in the 'Insert > Symbols" window...
  5. Replies
    9
    Views
    2,915

    Re: find a number in textbox from vb6

    I'm not an expert in VB. Try this code. this may help you.



    Public Sub ExtractNumbersToTextbox(SoureTestbox As TextBox, DestinationTextbox As TextBox, minValue As Integer, maxValue As Integer)...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width