A
anathema
Hi,
I've got a bit of an issue regarding vba 6.3
I've written a piece of code to ease some data entry issues we have at work
in Office 2000. The code is pretty simple - 3 forms (1 form lauched from
another), 2 of them with combiboxes, the contents of which are changed
depending on selections in other boxes i.e. they offer selection options
unique to the previous selection.
However, my computer has Project 2003 installed, which the users' computers
do not and when they try and open my file, they are told that certain objects
or libraries do not exist. If they try and run the code, the debugger throws
up errors with the Date and Mid functions despite the syntax being correct.
They also can't view spreadsheet objects I have embedded in one of the forms.
After a bit of trial and error I've found that the code will run on
computers with Project 2003 installed, but not computers without. Also, if i
try and save the workbook as an Excel 2000 file, my version of Excel crashes.
As project 2003 licenses cost money, and the users have no need for this
software, how can I resolve this issue?
Thanks in advance!
I've got a bit of an issue regarding vba 6.3
I've written a piece of code to ease some data entry issues we have at work
in Office 2000. The code is pretty simple - 3 forms (1 form lauched from
another), 2 of them with combiboxes, the contents of which are changed
depending on selections in other boxes i.e. they offer selection options
unique to the previous selection.
However, my computer has Project 2003 installed, which the users' computers
do not and when they try and open my file, they are told that certain objects
or libraries do not exist. If they try and run the code, the debugger throws
up errors with the Date and Mid functions despite the syntax being correct.
They also can't view spreadsheet objects I have embedded in one of the forms.
After a bit of trial and error I've found that the code will run on
computers with Project 2003 installed, but not computers without. Also, if i
try and save the workbook as an Excel 2000 file, my version of Excel crashes.
As project 2003 licenses cost money, and the users have no need for this
software, how can I resolve this issue?
Thanks in advance!