Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
vba courses london - course

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

vba courses london - Course

ResolvedVersion Standard

Gary has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course

Course

have i now registered for 1 year support?

RE: course

Hi Gary,

Yes you now have 1 year of support.

Regards
Richard

VBA tip:

Use GoTo to Select A Cell With VBA

To select a certain cell on a Worksheet you can use:

Application.Goto Reference:=Range("V300")

or more simply

Range("V300").Select

If, on the other hand, you want the selected cell to be the top/left cell on the screen you use:

Application.Goto Reference:=Range("V300"), Scroll=True

View all VBA hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.