View Single Post
  #1   Report Post  
Posted to microsoft.public.scripting.vbscript,microsoft.public.excel.programming
balaji kandan balaji kandan is offline
external usenet poster
 
Posts: 1
Default embed excel in ie using vbscript

Hi,
I would like to display an Excel workbook in a HTML Frame in
IE5, and shud be able to control the workbook from other controls,
like if i have a createsheet button, it shud create a sheet in the
workbook.
i treid using createobject and getobject, but it always starts a new
instance of excel...has anyone faced similar kindof problems...

balaji