MattWoberts
Programmer
Hi,
I have an HTML page that uses VBS to link to Excel (Createobject'Excel.Application') and creates a spreadsheet. The trouble is, it takes a while so I wanted a progress indicator. This is all done using innerText to update a <B> tag but the million dollar question is how can I force it to update because it will only update if I stick a MsgBox in there
Help would be very appreciated!!
Thanks
Mattwoberts
I have an HTML page that uses VBS to link to Excel (Createobject'Excel.Application') and creates a spreadsheet. The trouble is, it takes a while so I wanted a progress indicator. This is all done using innerText to update a <B> tag but the million dollar question is how can I force it to update because it will only update if I stick a MsgBox in there
Help would be very appreciated!!
Thanks
Mattwoberts