How do connect an Excel file from Remote Server

Hi All,

I am creating one application in Excel. In this application One Excel file will be in the Remote Server.When one persone get log in then the file immediately has to link with this excel file which in the remote server. Now my question is

- Is it possible to connect the Excel file from the remote server using VBA.

Please any one help me to do this. i am searching this in lots of way. if not is it possible Access file.

Kalidas

[468 byte] By [Kalidas] at [2007-12-24]
# 1
hello,
Had the same problem and i mapped a new drive and use the chdrive function
good luck
blackmamba at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 2

Hi blackmamba

Could you please explain me how it can be done to map the file drive where the file is in remote server. I am sorry if my question in wrong. please can you explain it. I need this hurrily.

Kalidas

KalidasSubramaniam at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 3
Hello, sorry for the late answer. You should map that network drive from windows explorer-Tools-Map Network drive.. with a letter, say Y, and "Reconnect at logon" option for easy acces. Than you can use chdrive "Y:\....." path...
blackmamba at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 4

It is ok blackmamba,

Please blackmamba i am seraching this very urgently. please help me. i can't understant. The remote server will be in singapore and the user will be in india. in this case how can we map the singapore server in india pc. There are multiple user if we map ther server in multiple system, will it update all users data? Please blackmamba help me. I need this in urgent. I am waiting for your assistant very eagerly.

Kalidas

KalidasSubramaniam at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 5
hey, i didn't taught it was so complicated, and i'm too a newbie to VBA programming.
But i'll do my best. So, first of all i guess that the two PC's should "see" each others.
First of all i suppose that on the server in singapore you have a shared folder that a user on the india pc should have access. Then you can check this:
Start-Run-\\IP adress of the remote server\Shared_folder and see if you can copy any file from there.
If it's ok then you can do the mapping as i stated before...
blackmamba at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...
# 6

Thank you. I will try it now. if I need any more help i will send a mail again. sorry for my distrubance.

Regards

Kalidas

KalidasSubramaniam at 2007-8-31 > top of Msdn Tech,Microsoft ISV Community Center Forums,Visual Basic for Applications (VBA)...