Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Help !
I am using the Form.Refresh command and get an error message: Compile error: Method or data member not found The sub is the following: Private Sub ClrFormButton_Click() Beep Response = MsgBox("Are you sure you want to clear all informatio from this form ?", vbYesNo + 48, "Clear Form") If Response = vbYes Then ' User chose Yes. Worksheets("data").Range("C34:C51").Delete Form1.Refresh DoEvents Else End If End Sub Where am I messing this up ? Rgds Tereba:confused -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
F9 Calc refresh does not work... | Excel Discussion (Misc queries) | |||
Change and refresh OLEObject showing Excel chart on Access form. | Charts and Charting in Excel | |||
Refresh label on user form with RefEdit | Excel Programming | |||
How do I refresh a form in excel? | Excel Programming | |||
Form will not refresh without an unneeded msgbox | Excel Programming |