Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() In the click even of a button in my form, I am writing code to write data to the excel sheet behind the form. However, this data is not refreshed as the form is modal. The data on the sheet is only refreshed once the form is closed. Is there a way to allow the user to see the data written to the sheet while the form is still open? I do not need continuous refresh - only at the end of my click event...something like this.... Private Sub Btn_Click() ' code to write data to the sheet visible behind the form ' refresh the sheet so that the user can see what was written to the sheet ' back to form - allow user to click another button etc. End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refresh Userform | Excel Discussion (Misc queries) | |||
userform open when sheet activated | Excel Programming | |||
VBA+API refresh userForm | Excel Programming | |||
Refresh image on userform | Excel Programming | |||
Add a button to a sheet to open a userform | Excel Discussion (Misc queries) |