Thread: hide name box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1248_] Rick Rothstein \(MVP - VB\)[_1248_] is offline
external usenet poster
 
Posts: 1
Default hide name box

'Make the Name dropdown list 200 pixels wide
Public Sub EnableNameComboBox(State As Boolean)
........


By way of clarification, that comment block was left over from the routine I
used as a basis for the changes I made in order to create an enable/disable
routine for the Name Box... I should have changed it, but forgot to do so.

Rick