VBA Problem after re-installation 
Author Message
 VBA Problem after re-installation

I've just had to re-install Office97 and now the system cannot seem to find
any of the VBA functions. Perfectly acceptable query entries like

text:=left$("Hello there",5)

generates an error

I think the system is not able to find a VBA dll file. Can anyone help as I
have tried re-installing it twice to no avail. Also the Report Wizard just
crashes Access but this may be related.

Any help will be much appreciated

Phil Cunningham



Sun, 09 Jul 2000 03:00:00 GMT  
 VBA Problem after re-installation

It sounds like a missing reference.  Try opening Tools|References and see
whats missing.  Most likely it is DAO350.DLL. Re-registering this file by
hand with regsvr32.exe should clear up the problem.

Michael


Quote:
>I've just had to re-install Office97 and now the system cannot seem to find
>any of the VBA functions. Perfectly acceptable query entries like

>text:=left$("Hello there",5)

>generates an error

>I think the system is not able to find a VBA dll file. Can anyone help as I
>have tried re-installing it twice to no avail. Also the Report Wizard just
>crashes Access but this may be related.

>Any help will be much appreciated

>Phil Cunningham



Sun, 09 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Serious reinstallation problem with Office (Access)

2. VB5 Reinstallation Problem

3. vba installation problems

4. Reinstallation of Common Dialog Control

5. installation problem / path problem

6. Need help with Distribution/installation problem problem

7. How could create a installation to install VBA

8. VBA Tools Installation

9. VBA installation?

10. vba installation

11. How to create installation file (setup.exe) for my VBA code in outllook

12. VBA incompatibility between two Word 97 installations

 

 
Powered by phpBB® Forum Software