I am not sure what I am missing here.
The page is stuck when it is exexuting
xl = CreateObject("excel.application")
"web site found, waiting for reply....."
Please help! Thanks a lot....
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports Excel
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Dim xl As New Object()
Dim wb As Excel.Workbook
Dim sh As Excel.Worksheet
xl = CreateObject("excel.application")
'+++++++++++++++++++++++++++++++++++++++++++++++++++++
End Sub
The page is stuck when it is exexuting
xl = CreateObject("excel.application")
"web site found, waiting for reply....."
Please help! Thanks a lot....
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports Excel
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Dim xl As New Object()
Dim wb As Excel.Workbook
Dim sh As Excel.Worksheet
xl = CreateObject("excel.application")
'+++++++++++++++++++++++++++++++++++++++++++++++++++++
End Sub