excel vba StartUpPosition

The solution for “excel vba StartUpPosition” can be found here. The following code will assist you in solving the problem.

With myForm
.StartUpPosition = 0 ‘ Manual
.StartUpPosition = 1 ‘ CenterOwner
.StartUpPosition = 2 ‘ CenterScreen
.StartUpPosition = 3 ‘ WindowsDefault, screen top left
End With

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts