Dear tell me know that how can i change the font size of the first line and its font styles like as Bold and font name with the help of Excel VBA. I know that you will definitely help me, i will wait for your answer.
Can be given script for text box control, after run text in text box, the result is not different from text box, my problem is in multi-line suda control text box, but when sent the result so enter (VbcrLf) or new Line, I requires in function text box control (Alt + Enter) Or Shift + Enter runs so that the text you want to send has a new paragraph in the same line in the text box Please help me
Thanks a lot for the great video Is there a way (text editor such as notepad++ s an example) that shows different output of vbCrLf and vbNewLine and Chr(13) >> they are the same I think and also Chr(10) and vbLf
Thanks dear for share a link with all the people. Plese share with me all the Excel VBA information because i know that you will definitely help me in my difficult time.
Thank you ver much for this video. I was just getting use to VBA with my old Excel spread sheets. When I changed to Windows 10, all my old codes started crashing. This video helped me solve my current issue with a text box I was using. The code I used then was " & chr(10) &" Why did the VBA team change all the codes? It doesn't make since to me. Of course though, I am a 70 + year old novice at this. Your Video really helped me a lot. I have subscribed.
I went looking for how to CRLF in VBS.
Got it!
Thanks
Awesome glad it helped
You're the best!
Dear tell me know that how can i change the font size of the first line and its font styles like as Bold and font name with the help of Excel VBA.
I know that you will definitely help me, i will wait for your answer.
Can be given script for text box control, after run text in text box, the result is not different from text box, my problem is in multi-line suda control text box, but when sent the result so enter (VbcrLf) or new Line, I requires in function text box control (Alt + Enter) Or Shift + Enter runs so that the text you want to send has a new paragraph in the same line in the text box
Please help me
Thanks a lot for the great video
Is there a way (text editor such as notepad++ s an example) that shows different output of vbCrLf and vbNewLine and Chr(13) >> they are the same I think
and also Chr(10) and vbLf
In notepd++ you could record a macro and replace vbCrlf with the line return in notepad++. I think it is /n/r or /r/n
Thanks a lot for reply
I found a useful link that gave me whole idea
bettersolutions.com/vba/strings-characters/builtin-constants.htm
Thanks dear for share a link with all the people. Plese share with me all the Excel VBA information because i know that you will definitely help me in my difficult time.
Thank you ver much for this video. I was just getting use to VBA with my old Excel spread sheets. When I changed to Windows 10, all my old codes started crashing. This video helped me solve my current issue with a text box I was using. The code I used then was " & chr(10) &" Why did the VBA team change all the codes? It doesn't make since to me. Of course though, I am a 70 + year old novice at this. Your Video really helped me a lot. I have subscribed.
+DCH Lakewood I gave run into issues with that before. So frustrating
How to do this using .Add function?
What do you mean add. What are you trying to do.
You can concatenate strings using &