2
I’m trying to make a refresh
to a form, avoiding close it to open it, and thought of this function. However, without success. How can I do this procedure?
Public Fuction (f As a String)
Forms(f).Recalc
Forms(f).Refresh
Forms(f).Repaint
End Function