Mac Word 98 VBA won't load form 
Author Message
 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?

------------------------------------------------

- Show quoted text -

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.



Fri, 22 Apr 2005 07:13:36 GMT  
 Mac Word 98 VBA won't load form
The form contained two images.  I deleted one of the two images and
the form now loads fine.  I am happy to live without the second image,
it was just our company logo.

Regards.

Quote:

>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"

>>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?
>------------------------------------------------


>> 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.



Fri, 22 Apr 2005 13:23:07 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Mac Word 98 VBA won't load form

2. Printing VBA code modules from Mac Word 98

3. VBA for Word 98 MAC

4. problem with matchentry on listboxes on word mac 98, 2001

5. VBA in MS Word on Mac's

6. HELP - Error 50003 - VB5, Win 95, Win 98, Win NT

7. HELP - Error 50003 - VB5, Win 95, Win 98, Win NT

8. HELP - Error 50003 - VB5, Win 95, Win 98, Win NT

9. WIN 2k API vs WIN 98/WIN NT API - Help needed

10. VBA won't load with CreateObject

11. VBA won't load

12. Trap keys pressed to ole container with word document embedded in it on win 95/98

 

 
Powered by phpBB® Forum Software