Dear remarkl
I wasn't even on SP1 and I thought the answer was simply ... version!
I'm now on SP2, still having the same problem. Definitely no typo, I copied the code from VB editor. Is there anything I need to install? Settings to be done? I opened a new workbook, add a button, paste the code, hit the button and I get the error.
Please help.
Thanks.
Main Topics
Browse All Topics





by: remarklPosted on 2004-02-03 at 20:54:12ID: 10268334
I just ran this code on a new worksheet:
ion
Sub badcode()
With Sheet1.Range("E3").Validat
.Delete
.Add Type:=xlValidateList, Formula1:="a,b,c,d"
.IgnoreBlank = True
.InCellDropdown = True
End With
End Sub
It worked perfectly. I'm using XL 2002, SP-2.
Typo? Old version? Nothing to debug, though.