VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

vbCrlf

CJS  (4 Submissions)   Coding Standards   Visual Basic 5.0   Beginner   Wed 3rd February 2021

In a Msgbox, have you ever wanted to go to the next line without pressing the space bar for 10 minutes, there is an easier way to to it, i know most people propably know that you can use something called "vbCrlf" i have included a zip file which gives an example. here is another one
Msgbox "Your Text" + vbcrlf + "your Text",,"Caption"
you can also download the app which comes with it.
There are lots of other ways to do it. you can use "vblf" instead or "vbcr".
if you want to find them all out highlight vbcrlf in your code then right click on it and go to "Defenition" click that and you will get a listing of all the names you can use. or you can make your own name by declaring the name as a global in a module, but thats more advanced.
Please vote and leave comments(votes GREATLY appreiated)

Rate vbCrlf (12(12 Vote))

Download vbCrlf

vbCrlf Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters