Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm trying to create a combo list in Excel with the following VBA code, but it cuts off after only eight lines. Any suggestions? Columns("N:N").Select With Columns("N:N") Selection.Locked = False .Validation.Delete .Validation.Add xlValidateList, , , "Example 1, Example 2, Example 3, Example 4, Example 5, Example 6, Example 7, Example 8, Example 9, Example 10, Example 11, Example 12, Example 13, Example 14" Cells.EntireColumn.AutoFit End With Unfortunately it also cuts off some lines (here listed as "Example X") which are long. Is there a character limit? I can't find any reference to one, but I'm not sure why else it would cut off? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo List in Excel | Excel Worksheet Functions | |||
Excel combo box - value list? | Excel Programming | |||
Filtered list for Combo Box ListFillRange - Nested Combo Boxes | Excel Programming | |||
Creating an Autoexpand in Excel Combo Box | Excel Programming | |||
Sorting Excel combo box list | Excel Programming |