vba courses london - range object
The UK's Number 1 for Microsoft Office Training Add this page to your favourites/bookmarksBookmark page
 
View printable version of pagePrintable version
Plus One Google
Customer: Sign in
Delegate: Sign in
Trainer: Log in

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Range Object

vba courses london - Range Object

resolvedResolved · Low Priority · Version Standard

replyReply Thu 22 Feb 2007, 09:53Delegate Kurt said...

Kurt has attended:
Excel VBA Intro Intermediate course

Range Object

Where do I find all of the available possible values / settings of this object?

For upcoming training course dates see: Pricing & availability

replyReply Mon 5 Mar 2007, 15:22Trainer Carlos said...

RE: Range Object

In Visual Basic Editor

Open the Object Browser

Under Classes find and Select Range

Click the Help button (The Yellow Question mark)

 

Vba tip:

Use VbNullString instead of

When needing to default a String variable back to it's default of "" use vbNullString as in the following example:

Sub ClearText()

Dim strEmpName As String

strEmpName = "John Smith"
MsgBox strEmpName

strEmpName = vbNullString
MsgBox strEmpName

End Sub

View all VBA hints and tips


Microsoft Certified Partner Accredited Training Provider: Institute of IT Training Institute of Leadership and Management - Certified Courses Security Seal verified by visa, mastercard securecard