View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richmont[_2_] Richmont[_2_] is offline
external usenet poster
 
Posts: 1
Default VBA Valadation xlBetween ERROR

I am trying to create a valadation list with a range of values fro
another worksheet, however keep getting an error
"Run time ERROR '1004
Application -defined or ojbect defined error."

Following is my code:

With Range("I8").Validation
.Modify xlValidateList, xlValidAlertStop, xlBetween
"=DataSheet.Range($A$1:$A$15)"
.InCellDropdown = True
End With

Appreciate any help with this

Cheers
Ric

--
Message posted from http://www.ExcelForum.com