I have an issue with predefined WMP on a userform.
If I put WMP on a userform(define the specs, with, height, stretchTofit = True,...)on one PC and save the file - upon oppening on my bussiness PC&Laptop(part of the domain) I will run into:
Warning about active x controls (that's nothing unusual)
followed by : "System error &H80004005 (-2147467259). Unspecified error"
followed by :"Out of memory"
And the userform in VBA editor is basically out of my reach at that point, if I try to click on it the same error repeats.
The same usually doesn't happen on my personal PC and laptop(not under any domain).
I've noticed that If I remove WMP from the form I can leave all the form buttons (I created) that reference WMP and the problem disappears - file works fine with all PC-s as long as ther'n no WMP on the form, but I have to manually add WMP to the form on each PC&laptop, after opening the file, in order to use WMP on the form(and delete it from the form before saving) in order to avoid the error on another PC.
Is there a way to circumvent this?
I'd like to have a Userform WITHOUT predifined(this seems to be crutial) WMP on it(no WMP can be present on the userform in any shape or form -visible/invisible).
Than, once the form has been initiated - have a button on it that will add(create) WMP on the userform with VBA code instead of manual way.
At that poin the buttons that are referencing non-existant WMP would have something to reference(WindowsMediaPlayer1) in order to play, pause, jump, etc...
Please, help if you can - I'm surprised nobody has mentioned this issue - I'v noticed it on many PC-s for quite some time now.
If I put WMP on a userform(define the specs, with, height, stretchTofit = True,...)on one PC and save the file - upon oppening on my bussiness PC&Laptop(part of the domain) I will run into:
Warning about active x controls (that's nothing unusual)
followed by : "System error &H80004005 (-2147467259). Unspecified error"
followed by :"Out of memory"
And the userform in VBA editor is basically out of my reach at that point, if I try to click on it the same error repeats.
The same usually doesn't happen on my personal PC and laptop(not under any domain).
I've noticed that If I remove WMP from the form I can leave all the form buttons (I created) that reference WMP and the problem disappears - file works fine with all PC-s as long as ther'n no WMP on the form, but I have to manually add WMP to the form on each PC&laptop, after opening the file, in order to use WMP on the form(and delete it from the form before saving) in order to avoid the error on another PC.
Is there a way to circumvent this?
I'd like to have a Userform WITHOUT predifined(this seems to be crutial) WMP on it(no WMP can be present on the userform in any shape or form -visible/invisible).
Than, once the form has been initiated - have a button on it that will add(create) WMP on the userform with VBA code instead of manual way.
At that poin the buttons that are referencing non-existant WMP would have something to reference(WindowsMediaPlayer1) in order to play, pause, jump, etc...
Please, help if you can - I'm surprised nobody has mentioned this issue - I'v noticed it on many PC-s for quite some time now.