View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default updatefromfile in Excel VBA

The help seems very clear on how to use this. It sounds like you want to do
something this command is not designed to do - update your workbook from a
completely different workbook.

The information is complete - so I doubt you will find additional details
anywhere else.


--
Regards,
Tom Ogilvy



"Arnost Katolicky" wrote in message
...
My problem:
I need to update ( with VBA ) actual sheet on local PC from the sheet

which
is located on the shared harddisk.
Metod: UpdateFromFile does not work properly. Info in on-line help is very
short. I did not find
the ansver there.
Where could I find detailed information about this metod(command)?
Arnost