Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi;
in my formula, how do i reference a range from a worksheet given by reference? Say i wonna create validation list for Workbooks(1).Sheets(1).Cells("A1") based on the following: Dim RefWS As Worksheet Set RefWS=Workbooks("RefBookName").Sheets("RefSheetNam e") With Workbooks(1).Sheets(1).Cells("A1").Validation .Add Type:=xlValidateList _ Formula1:="=RefWS.Cells("A1:A6")" End With Thanx.Boba. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
validation list on different worksheet | New Users to Excel | |||
drop-down list validation won't allow a different worksheet | Excel Worksheet Functions | |||
Data validation list from another worksheet? | Excel Discussion (Misc queries) | |||
Validation from list in different worksheet/workbook | Excel Programming | |||
Validation - List - Separate Worksheet | Excel Worksheet Functions |