A
Alan
Hi All,
This is from Help in VB mode
Worksheets("Sheet1").Range("A1").AutoFilter _
field:=1, _
Criteria1:="Otis"
VisibleDropDown:=False
The last line "VisibleDropDown:=False" is rejected and shows in red in the
VB window. When run (as would be expected) it gives a runtime error. Is this
a Microsoft error in Help? Can the visible dropdown be hidden? I have got
round it by using Advanced Filter but I'm curious.
Any feedback would be much appreciated. I have never found an error in Help
in VB mode or spreadsheet mode before.
Windows XP Pro
Office XP Pro
Regards,
Alan.
This is from Help in VB mode
Worksheets("Sheet1").Range("A1").AutoFilter _
field:=1, _
Criteria1:="Otis"
VisibleDropDown:=False
The last line "VisibleDropDown:=False" is rejected and shows in red in the
VB window. When run (as would be expected) it gives a runtime error. Is this
a Microsoft error in Help? Can the visible dropdown be hidden? I have got
round it by using Advanced Filter but I'm curious.
Any feedback would be much appreciated. I have never found an error in Help
in VB mode or spreadsheet mode before.
Windows XP Pro
Office XP Pro
Regards,
Alan.