How to get javascript's variables by excel vba?
- by cpps
assume that I have a html file in which javascript like this
<script type="text/javascript">
var test1 = 1;
var test2 = 2;
var tset3 = 3;
</script>
So, how can I get javascript variables by excel vba and use it in excel vba?