I have a string:
Range("T4").Value = "Rule 13s voilation"
I want to write 13s like 13s
i.e 3 and s are a subscript of 1.
Please suggest on how should I go about it in vba
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the following:
I am not sure how this will work for you with dynamic string lengths.