View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
escorido escorido is offline
external usenet poster
 
Posts: 1
Default Copy cells from xls file opened in browser

I want to open an xls file in the browser(Let's say
http://host/Main.xls). This xls file has a button and executes th
macro when clicked. The macro should open another xl
file(http://host/Branch.xls) in the browser and copy some cells an
paste to Main.xls

I have been successful with this if opened in MS Excel. But we need t
do the same in the web so that the users be able to run it anywhere.

The problem seems to be in Windows().Activate function when the xl
file is opened in the browser.

Could anyone help me please.....

Thank you so muc

--
Message posted from http://www.ExcelForum.com