Gord, I am so sorry for the delay in getting back to you, got sidetracked
with some other urgent stuff at work. Anyway I can’t get the code to work. I
have followed your instructions. I went to sheet 2 (two) and named the
destination cell ‘mycell’ without the quotation marks. I then clicked on the
tab to the sheet I have my dropdown in (which is called ‘Bulk Recruitment
Placements’) I right clicked and went to view code. In the code sheet I
copied the code you wrote for me,
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
On Error GoTo stoppit
Application.EnableEvents = False
If Target.Address = "$G$28" And Target.Value > 1 Then
Application.Goto Reference:="mycell"
End If
stoppit:
Application.EnableEvents = True
End Sub
All I changed was the “$A$1†to “$G$28†which is where my dropdown ended up.
The dropdown is linked to this cell.
I keep getting the following error message -
The macro ’’Bulk Recruitment Placements.xls’!DropDown36_Change’ cannot be
found.
I have other code on the same page as it also needs to be there for it to
operate other dropdowns as well.
I have tried removing that code in case it was interfering with your code
and it doesn’t make any difference. I have tried lots of different things but
nothing seems to work. I just get really annoyed with myself that I can’t do
this stuff myself. Thank goodness for you people.
Lynda