Thread: Java screen
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MAK MAK is offline
external usenet poster
 
Posts: 20
Default Java screen

There are several Java Programmes running on IE screens. some values in the
screens are the same so I wanna write an Excel macro to copy some common
values from one IE screen toanother IE screen. First of all, the macro must
identify the 'from' screen and 'to' screen. Question 1: How can I search all
IE screens and identify the 'from' screen and 'to' screen? The screen title
on the uper lef hand coner are different, and the URL of the screens are also
different. Question: How can I get the content for that sceens?

Thank you very much.