Excel wizards - Need on a macro to perform a searchable drop down list (Like google , Type in T in a cell dropdown shortlist starting with "T" or "club" shortlist club from list IN Colum A and same with groups dropdown(Col C), Have long list in dropdrown items and its difficult to pick by...
Works fine if full name is entered , Gives "run time error type mismatch 13" on highlighted in RED, when just firstname is entered.
If no spaces or just single(first\lastname) entered in Column "c" ,should copy to First name column D in Tab (4. Mobile)
Really Appreciate your work....
Private...
when copied to another spreadsheet ,Getting "Run time error Type-mismatch 13" and stops at highlighted RED
Any suggestion??
Private Sub Worksheet_Activate()
Dim a, i As Long, e
Application.EnableEvents = False
a = Sheets("2. Planning").Columns("c").SpecialCells(2).Value
With...
It works on my backup sheet..
Having problem with my orginal sheet.
Running another code on (2. Planning) tab for to select mutiple items from dropdown list in column C (see below code)
Getting error message ambigous name
Private Sub Worksheet_Change(ByVal Target As Range)
Dim rngDV As...
Excel wizards need macro help on splitting fullname to seperate columns (Firstname and lastname) from (2. planning) tab and copied to (4. mobile) tab in column D and F from line 18, Need to clean any trailing spaces,If name seperated by semicolon,second name to be copied in next row and Delete...