Thread: System Registry
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darryl Bailey Darryl Bailey is offline
external usenet poster
 
Posts: 2
Default System Registry

Hi,

I wrote an Excel application in Excel 97 SR-2. It works
fine on my machine running Windows NT. The problem is
that when I try and run it from some machines with Windows
2000 on them then I get odd errors. It seems that the
program wants me to declare the variables that I used, and
it does not recognise the VBA commands such as Str().
Also when I try and open the references dialog box, to see
if the correct DLLs have been linked, it says that the
System Registry cannot be accessed. This however does not
happen on all machines with Windows 2000 on them as the
program works perfectly on some of them.

Any ideas? I am really stumped.

Thanks
Darryl