java message with VBA

  • Thread starter Thread starter Linda Edlund
  • Start date Start date
L

Linda Edlund

You can import www site with Excel, but only those parts which writes in
HTML.
Java applet seems to disappear.
Is there any possibility to intercept the java message (text) with VBA

<SCRIPT LANGUAGE="JavaScript">
function choiceCheck() {
var nrTable=new Array("119b/05",-1);
var timeTable=new Array("07:16","09:50",-1);
var dateTable=new Array("23-06-2005","23-06-2005",-1); … so on

This part of data will not appear

Any suggestion
Thanks
 
Don't see how, as that is an instruction to HTTP to run that code when
encountered. You could read the web page, markup tags and all and extract
it, but it would need to be converted to VBA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Find Period Date? 5
Find then highlight in yellow 6
Find within Date Range 4
Formatting Date Field 5
Formating time 2
Java Script: How to change Font Color ? 5
How to get the array like this? 6
macro adding rows 8

Back
Top