Hello i have this macro
Sess0.Screen.Sendkeys("ghec<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.Sendkeys("<Down><Down><Down>x<Tab><Down><Down><Down><Down><Down><Down><Down><Down><Tab>")
Sess0.Screen.UserResponse=InputBox("<number>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
System.TimeoutValue = OldSystemTimeout
End Sub
so the dialog box appear i write a number but the macro after the input responde
NO SUCH PROPETY OR METHOD what i need to put after ("<number>")???
tks to all
Sess0.Screen.Sendkeys("ghec<Enter>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
Sess0.Screen.Sendkeys("<Down><Down><Down>x<Tab><Down><Down><Down><Down><Down><Down><Down><Down><Tab>")
Sess0.Screen.UserResponse=InputBox("<number>")
Sess0.Screen.WaitHostQuiet(g_HostSettleTime)
System.TimeoutValue = OldSystemTimeout
End Sub
so the dialog box appear i write a number but the macro after the input responde
NO SUCH PROPETY OR METHOD what i need to put after ("<number>")???
tks to all