Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have problems when I'm trying to define range of the list where fro drop down -menu takes its values. The area is variable and actually it is the problem. Here is an exampl which might help you to understand my problem. The bolded area is no working. On the other hand it's not giving any error reports nor. n = Range("AJ1").Value ActiveSheet.Shapes("Drop Down 18").Select With Selection .ListFillRange = *"$AH$1:$AI$" & CStr(n) * .LinkedCell = "$AJ$2" .DropDownLines = 10 .Display3DShading = False End With So if somebody knows how to manage with this problem I would be ver thankful. -Tims -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extend the range of cells for a drop down list | Excel Worksheet Functions | |||
Protect Drop-down list from range of cells | Excel Worksheet Functions | |||
select range from drop down list | Charts and Charting in Excel | |||
drop-down List range define | Excel Discussion (Misc queries) | |||
input range in drop down list | Excel Discussion (Misc queries) |