Hi,
Is it possible to create Excel object from frontend vbscript function ? I tried following code. But it gives error.
<html>
<body>
<input type="button" value="View result in Excel" name="btnExcel">
<script language="vbscript">
sub btnExcel_onclick()
dim xlApp
Set xlApp = CreateObject("Excel.Application"
end sub
</script>
</body>
</html>
Thanks
[sig][/sig]
Is it possible to create Excel object from frontend vbscript function ? I tried following code. But it gives error.
<html>
<body>
<input type="button" value="View result in Excel" name="btnExcel">
<script language="vbscript">
sub btnExcel_onclick()
dim xlApp
Set xlApp = CreateObject("Excel.Application"
end sub
</script>
</body>
</html>
Thanks
[sig][/sig]