ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   java message with VBA (https://www.excelbanter.com/excel-discussion-misc-queries/32076-java-message-vba.html)

Linda Edlund

java message with VBA
 
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

Bob Phillips

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.

--
HTH

Bob Phillips

"Linda Edlund" wrote in message
7...
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





All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com