View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karan[_2_] Karan[_2_] is offline
external usenet poster
 
Posts: 1
Default opening multiple excel worksheets

Hello All

I have a template ("A.xls") which gets displayed in a windows Form by means of a web browser object. The sheet opens fine within the form and populates if from the database and does eveything i need. The program is in VB .NET and I am using Microsoft Excel object library 9.0

However if i have another excel worksheet (lets say B.xls) opened then my program takes over the control and even though B.xls is visible it hust freezes and i can not do anything with B.xls. The only sheet that is active now is A.xls

Could anymore suggest me how can i open multiple Excel sheets simultaneously

Thanks
KAra