Assume that I have a html file in which the javascript code is like this:
<script type="text/javascript">
var test1 = 1;
var test2 = 2;
var tset3 = 3;
</script>
How do I get the javascript variables via Excel VBA for use in Excel VBA macros?