hi,
is it possible to change the position on the screen that an inputbox will appear?
Printable View
hi,
is it possible to change the position on the screen that an inputbox will appear?
Sure... ;)
VB Code:
a = InputBox("blah", "titel", "DefaultResp", X, Y)
thanks
works great.