Is it possible to assign a different macro to each item in a drop down list or not?
I've tried something like this, but I am totally useless with VisualBasic, so I wouldn't be surprised if its totally meaningless:
Sub Larder2()
'
Select Case ("Larder Prep")
Sheets("Larder Prep").Select
Select Case ("Bakery")
Sheets("Bakery").Select
End Sub
...besides, I want to run a range of macros and not select sheets in the workbook.
Bookmarks