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

vba

ResolvedVersion Standard

John has attended:
Excel VBA Intro Intermediate course

VBA

Can you do multithreading using VBA?

RE: VBA

Hi John

Apologies for the late reply to this question. This is due to a high volume of question on the forum.

Multithreading is can under certain circumstances be applied.

However, this is very technical and beyond the scope of this forum.

If this is still a requirement for you we would advise contacting our enquiries desk for further information regarding consultancy for this matter.

Regards

Carlos

 

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.09 secs.