Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Index   Templates   Seminars   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Glossary

New Entries Added Almost Daily!
Click here to get on our Mailing List

   

   Access    Excel    Word    Windows    HTML

 
MS Access

Constants

Using the VBA Constants

In this tutorial you will learn how to use the VBA Constants.

ConstantDefinition
vbBackA backspace character [Chr(8)]
vbCrA carriage return [Chr(13)]
vbCrLfA carriage return and line feed [Chr(13) + Chr(10)]
vbLfA linefeed [Chr(10)]
vbNewLineA platform-specific new line character, either [Chr(13) + Chr(10)] or [Chr(13)]
vbNullCharA null character of value 0 [Chr(0)]
vbNullStringA string of value 0 [no Chr code]; note that this is not the same as ""
vbTabA tab character [Chr(9)]

VBA
	Private Sub Form_Load()
		vbBack
		vbCr
		vbCrLf
		vbLf
		vbNewLine
		vbNullChar
		vbNullString
		vbTab
	End Sub
	

Courses

Want to learn more? Request this via the contact form.

Search

You can find more about this by searching the website.


Alex Hedley (Avatar) By: Alex Hedley


Click here to sign up for more FREE tips

 

 

 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2024 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 12/13/2024 11:43:29 AM. PLT: 0s