When I enter the inputbox line, the input box always appears in the center.
I can not have it start on the left of the sheet. I am using the xpos and ypos numbers as part of the code.
Appreciate any help.
When I enter the inputbox line, the input box always appears in the center.
I can not have it start on the left of the sheet. I am using the xpos and ypos numbers as part of the code.
Appreciate any help.
where is your code ?
If solved remember to mark Thread as solved
Private Sub CommandButton1_Click()
Dim vbuyprice As Integer, vsellprice As Integer
Dim vtype As String
vbuyprice = 0
vsellprice = 0
vdat = InputBox("Enter date", , Date, 3, 3)
vdate = vdat
Begin:
........
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks