Question : VBA string handling question

hi

i need to trim the last 2 characters of a string, i am familiar with the Trim, LTrim and RTrim functions for trimming blank spaces but is there a function to trim a certain number of characters from a string? Like for example, after using the Trim or RTrim function on a string.

Thanks

Answer : VBA string handling question

OOps ... typo:

Mid("12345",1,Len("12345")-2)
Random Solutions  
 
programming4us programming4us