Run time Error '7': Out of memory / Run time Error '91': Object variableor With block variable not s

  • Thread starter Thread starter Teddy
  • Start date Start date
T

Teddy

I'm developing an Access 2000 application on a German Access 2000. There
all is running ok, without errors. My client where the application has
to run finaly is running Access 2000 in English. And there I get some
Errors I don't have on my mashine.

One is:

Run time Error '7':
Out of memory

This I get with the statement

Set LeWord = New Word.Application

In the declarations part I have

Public LeWord As Word.Application



Another Error is:

Run time Error '91':
Object variable or With block variable not set

This I get with the statement

Dim OK As Boolean
Set Lettre = New scLettreSimple
OK = Lettre.creerTableParametres

In the declarations part I have

Private Lettre As scLettreSimple


By the way this Problem I have also with other objects and other functions


Thanks
Teddy
 
Back
Top