Dear all,
I recently took over a Excel(VBA) - internet project over from an (ex) collegue and I am encountering a bizar problem.
It will probably a long description, but I prefer to explain it as good as possible...
An Excel sheet containing VBA code is opened from an ASP page. On open there is a form asking for username and password. This data is checked with allowed users in the sheet; So far no problem.
After the users clicks "logon" a piece of coding compares a value in the sheet with a value in a txt file on the same directory. If the values are the same the sheet opens.
Here comes up the problem... the above works fine for users on the "local" domain,i.e users in the same domain as the webserver.
When users abroad try to "downlmoad" and execute this Excel sheet, an error occurs saying that he can not find the txt file. The path is not existing...
When the same user open the excel sheet directly from its desktop; everything works fine. The additional internet - step is killing the whole thing.
Could anybody give me possible leads to the cause of the problem?? Or alternatives ???
Thanks in advance,
Kind regards,
Bert
I recently took over a Excel(VBA) - internet project over from an (ex) collegue and I am encountering a bizar problem.
It will probably a long description, but I prefer to explain it as good as possible...
An Excel sheet containing VBA code is opened from an ASP page. On open there is a form asking for username and password. This data is checked with allowed users in the sheet; So far no problem.
After the users clicks "logon" a piece of coding compares a value in the sheet with a value in a txt file on the same directory. If the values are the same the sheet opens.
Here comes up the problem... the above works fine for users on the "local" domain,i.e users in the same domain as the webserver.
When users abroad try to "downlmoad" and execute this Excel sheet, an error occurs saying that he can not find the txt file. The path is not existing...
When the same user open the excel sheet directly from its desktop; everything works fine. The additional internet - step is killing the whole thing.
Could anybody give me possible leads to the cause of the problem?? Or alternatives ???
Thanks in advance,
Kind regards,
Bert