Writing code for refreshing a form

B

brimil

What is the string expression to use for refreshing the current form in the macro menu?
 
J

JohnFol

It used to be done using F9 or ctrl F9, and in a macro via gotocontrol (to
put focus on a text field) followed by send keys


brimil said:
What is the string expression to use for refreshing the current form in
the macro menu?
 
Top