HeadOverFeet
HeadOverFeet

Reputation: 788

runtime error 400 VBA

I really do not know I am doing wrong. Excel was working perfectly fine until it broke in the middle of procedure. I have fixed code but right now I have problems with opening excel form.

Every time I open excel workbook runtime error '400' shows up.

I do have this code that makes a mess.

Private Sub Workbook_Open()
UserForm1.Show
End Sub

Now it also says:

Code execution has been interrupted.

Dont you know where the problem might be? Thx

Upvotes: 1

Views: 2261

Answers (1)

area9
area9

Reputation: 391

You already have the form open: https://msdn.microsoft.com/en-us/library/office/gg264359.aspx

Upvotes: 2

Related Questions