
Mac Word 98 VBA won't load form
Thank you for your response Howard.
Unfortunately, Mac Word98 does not appear to have an import or export
function. The closest I could find was the ability to import code
from a text file.
I also looked around in the Mac Word98 help files and also could not
find a reference to importing or exporting forms.
I'm going to start deleting controls one by one just to see if one
particular control (for example an Image) is the cause.
Regards,
Dean.
On Sat, 2 Nov 2002 05:57:25 -0500, "Howard Kaikow"
Quote:
>You may have something that the Mac Word does not support.
>If the Userform is the only thing that's giving you problems, I'd suggest
>trying the following:
>First:
>On the Mac, Export the Userform.
>Delete the Userform.
>Import the Userform.
>Does that make the controls visible?
>If not, try:
>On the PC, Export the Userform.
>Copy the resultant .frm AND .frx file to the Mac.
>Make a copy of the Mac template.
>In the original Mac template, remove the Userform.
>Now, Import the .frm file (doing so will automatically import the .frx
>file).
>Does that make the controls visible?
------------------------------------------------
Quote:
> Hi,
> I am converting a PC Word97 VBA module for use by Mac Word98. After
> making allowances for file locations & path syntax, most of it works
> well.
> I have one user form (my main form) that produces the following error
> every time I try to load it:
> 31032 - Unable to create embedded object.
> I have found a Microsoft KB article that suggests increasing the size
> of the memory allocated to the Mac application. I have done this in
> varying stages until I am now at twice the value of the original
> settings without any luck.
> I have noticed that even when I open the form for editing with Word98
> Mac, the form contains no controls, but the code seems to be there.
> The form contains a MultiPage control, but I can't find any
> documentation to say that this control does not work on a Mac.
> Any help or constructive suggestions will be greatly received.
> Regards.