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

vba courses london - dropdown menus vba

Forum home » Delegate support and help forum » Microsoft VBA Training and help » vba courses london - Dropdown menus & VBA

vba courses london - Dropdown menus & VBA

ResolvedVersion Standard

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

Dropdown menus & VBA

pls advise how to code using the drop down menus:

i am recording macros to demonstrate various scenarios. in excel the scenarios are determined by the unique value selection from the validated drop down menu.

when i run the macro it shows same results for all cases because it 'omits' the "drop down the menu and look for the required value" command.

thanks

RE: Dropdown menus & VBA

Hi Kara

I have not really been able to create exactly what you are working with, so I cannot replicate your error.

Below is a link to a very good VBA website, have a look at it, if you cannot find any thing that solves your problem, get back to me with some of you vba code so I can see what the code is doing.

VBA code help

Hope this helps

David

 

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