Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying on a VBA form to clear the screen leaving blank variables. The
screen does clear fine. The problem I am running into is that one of the fields being cleared is the product list selection. After the clear screen, the product list add the list of products to the existing list so the products are now displayed twice. Clear the screen again and the product list is displayed three times. Any ideas on why this is happening. Private Sub ClearButton1_Click() Prqty.Text = "" PrComboBox.Value = "Select a Product" PrMSRP.Text = "" Prwholesale.Text = "" Pronline.Text = "" End Sub Doobage |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a Clear button to clear unprotected cells | Excel Programming | |||
clear the clear the web page email attachment lines | Excel Discussion (Misc queries) | |||
MsgBox taking a long time to clear from screen | Excel Programming | |||
Screen does not clear when exit Excel after editing. | Excel Discussion (Misc queries) | |||
How to clear a form from the screen | Excel Programming |