Jump to content

visual basic help

Phage

i'm using visual basic 2010 powerpoint and need help to edit the code, whenever i try to edit or one a userform it comes up with a notification of out of memory, what do i need to do?

hellooooooooo

Link to comment
Share on other sites

Link to post
Share on other sites

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

Link to comment
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?

 

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
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
Share on other sites

Link to post
Share on other sites

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

im using microsoft visual basic for applications lol

i cant also edit any of the userforms names :S do i need to clear the cache or something?

hellooooooooo

Link to comment
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

×