View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jmoffat[_8_] jmoffat[_8_] is offline
external usenet poster
 
Posts: 1
Default reading workbooks across multiple excel applications

When downloading an .xls document from the WEB it invariably starts
new application of excel - thus I have two Excels running at the sam
time - my orginal containing a workbook which has my macros and a ne
one which contains the workbook I am interested in (calle
web_sheet.xls)


Clearly

windows("web_sheet.xls").activate

causes an error - because when run from my original excel, this windo
does not exist.

Any ideas

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