View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default Gaining the Column A Value

Rest of Message(sent accendently before completing

Private Sub CommandButton2_Click()
Label7 = ListBox3.Value
Application.ScreenUpdating = True
End Sub


Corey....