Is posible to reference an Office Web Component or any other component
in ASP and how?

<html>
....
<body>
<object classid=CLSID:0002E551-0000-0000-C000-000000000046 id=xlSht
style="LEFT: 0px; WIDTH: 100%; TOP: 0px; HEIGHT: 85%">
</object>
<%

xlSht.Range("... blah, blah

%>

TIA.