Jump to content

i only have this code in the userform

Private Sub cmdexit_Click()
    End
End Sub
 
Private Sub CommandButton1_Click()
    Usergfx2.Hide
    Usergfx1.Show
End Sub
 
http://oi58.tinypic.com/sxkhsy.jpg this pops up when i try to run or click the code to edit
this is happening to another similar slide too
btw how can i make a video play using a module?

 

Can you post the exact error you are getting. The entire output of your debugger or any pop up windows that appear.

 

hellooooooooo

Link to comment
https://linustechtips.com/topic/130565-visual-basic-help/#findComment-1738100
Share on other sites

Link to post
Share on other sites

 

i only have this code in the userform

Private Sub cmdexit_Click()
    End
End Sub
 
Private Sub CommandButton1_Click()
    Usergfx2.Hide
    Usergfx1.Show
End Sub
 
http://oi58.tinypic.com/sxkhsy.jpg this pops up when i try to run or click the code to edit
this is happening to another similar slide too
btw how can i make a video play using a module?

 

 

 

That seems like a bug with Visual Studio. Is that visual studio 11?

Link to comment
https://linustechtips.com/topic/130565-visual-basic-help/#findComment-1738134
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×