Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Valadation | Excel Worksheet Functions | |||
Data Valadation | Excel Worksheet Functions | |||
valadation list | New Users to Excel | |||
Data Valadation | Excel Discussion (Misc queries) | |||
Data Valadation - | Excel Worksheet Functions |