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

training access vba london - nothing

Forum home » Delegate support and help forum » Microsoft VBA Training and help » training access vba london - Nothing

training access vba london - Nothing

ResolvedVersion Standard

Rachel has attended:
Excel VBA Intro Intermediate course

Nothing

This is a test question, so I can register.

Rachel

RE: Nothing

Thanks Rachel.

Hope you enjoyed your Excel VBA training yesterday.

I hope you get a lot of use out of this forum.

I'll mark this question as resolved.

Regards, Rich

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

VBA tip:

Add A New Sheet at the end of the Workbook

To add a new sheet at the end of the workbook you need to count the sheets in the workbook using:

Sheets.Count

Then use this value as the rank of the sheet after which you want to add the new sheet:

Sheets.Add After:=Sheets(Sheets.Count)

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.