Karlbirger
Board Regular
- Joined
- Sep 21, 2011
- Messages
- 68
Hi guys
Got debugger (bolded text) when I run this code which I have recorded:
Got Windows Vista and Excel 2007. Anyone have had any similar problem or knows what could be wrong with the code?
Got debugger (bolded text) when I run this code which I have recorded:
Code:
Range("J6").Select
With Selection.Validation
.Delete
[B] .Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:= _[/B]
[B] xlBetween, Formula1:="=INDIRECT(I6)"[/B]
.IgnoreBlank = True
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = ""
.ShowInput = True
.ShowError = True
End With
Got Windows Vista and Excel 2007. Anyone have had any similar problem or knows what could be wrong with the code?