Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 18, 10:54 pm, Jason Zischke
wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to update a column in a work based on another work sheet | New Users to Excel | |||
how can i automatically generate work order numbers from work orde | Excel Discussion (Misc queries) | |||
flash object dont work in my excel work sheet | Excel Discussion (Misc queries) | |||
If I have a work sheet protected and try to run a macro to hide rows or columns it won't work. Correct? | Excel Programming | |||
Is there away to keep "auto save" from jumping to the first work sheet in the work book? | New Users to Excel |