Can this work and if so how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

I have a program that is made up of a few .xls files and I have been asked
to try and get it to work over the internet. The files have quite a bit of
vba code so it needs to stay a .xls file. Is this possible?

Thanks in advance

Jason
 
Hi All

I have a program that is made up of a few .xls files and I have been asked
to try and get it to work over the internet. The files have quite a bit of
vba code so it needs to stay a .xls file. Is this possible?

Thanks in advance

Jason

Look into using using scriptbased FTP application that can be executed
in DOS to execute a particular command...then use SHELL (DOS) to load
the program with the default script tied in with the program. I've
gotten this work several times but it's extremely complex to try and
explain it. Basically you will need to have Excel run VB script to
upload/download from an FTP server (using the scriptbased FTP
application). Hope that helps you out.

-Todd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top