Scenario
I have an input box by using the following code
total = Application.InputBox(prompt:="Please key in the total value", Title:="", Type:=2)
Problem
The input box is appearing randomly at the corners of the screen.
What I need
I need this input box align to the center of userform or the screen. Does anyone has any idea?