Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to install the code for widening the Name Box that is on Chip
Pearson's web site (http://www.cpearson.com/excel/NameBox.htm) I copied the declarations and WidenNameBoxDrop2 procedure to a new module I created in Personal.xls. The WidenNameBoxDrop2 procedure is then called by an event procedure I created in the ThisWorkBook object of PERSONAL.XLS: Private Sub Workbook_Open() Call WidenNameBoxDrop2 End Sub The baisc problem is that nothing happens. Even if I step through the procedure, the Name Box does not change. What is wrong? John Wirt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Widening Columns in Chart | Charts and Charting in Excel | |||
widening a drop down box | Excel Worksheet Functions | |||
Widening Cluster Chart Columns | Charts and Charting in Excel | |||
Widening Validation Box | Excel Worksheet Functions | |||
Widening the Name Box -- need help | Excel Programming |