LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automation remote saveing help needed

Hi,

Im trying to create a kind of price server in a central
location on my netrwork as an Excel Sheet (Master) that i
need updated from a few other identical looking sheets
(remotes).

Basically, i can get the info from the remote sheet(s) to
the Master sheet, of which i have enabled the 'Share
Workbook' function.

My problem also i can use and change the info on the
Master Sheet - the only way i can visually see the info on
the Master sheet is if I physically save it at its pc
location. This is no good to me.

I need the Master worksheet to save everytime I change a
figure on it and not just regular 5 minute intervals (the
smallest interval setting there is).

Ive tried to send the code remotely but that doesnt seem
to help.

Here is the code that i am using to connect with:

Dim ExlMaster As Excel.Application

Set ExlMaster = New Excel.Application
With ExlMaster
.Workbooks.Open Filename:="\\Kobra\Forwards Excel
Master\Master.xls", Editable:=True
End With

ExlMaster.Quit

Set ExlMaster = Nothing


With this i can change all sorts of things and update the
Master - but it only reflects the changes on the Master
sheet itself is i manually press save in its workstation.

If you can offer any suggestions i would be most grateful!

Cheers

Kelvin

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
saveing a spreadsheet as html want to keep the outline useable matt Excel Discussion (Misc queries) 0 May 27th 10 11:00 PM
problem saveing excell worksheet karspoz Excel Discussion (Misc queries) 1 March 9th 09 10:38 PM
Please help, Preparing properties automation needed? Kevin Clark[_2_] Excel Discussion (Misc queries) 0 October 5th 07 09:23 AM
Saveing workbook to a file as todays date daily mikespeck Excel Worksheet Functions 0 August 22nd 06 01:27 PM
Saveing a file (Confirm Replace) rudolpsh[_5_] Excel Programming 4 January 26th 04 11:04 AM


All times are GMT +1. The time now is 02:29 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"