J
Jean Lancelin
Hi,
I would like to write a web page under publisher 2003, where there is
button which launch a macro in excel on the server, when clicked.
I found that the following code that I have to put:
Dim xls
Set xls = CreateObject("Excel.Application")
xls.Application.Visible = False
xls.Workbooks.Open ExcelFilePath, 3, False
xls.Run("ThisWorkBook.Macro1")
Set xls = Nothing
But I am a newbe and I don't know how to do.
I thank you in advance for your help.
Jean
I would like to write a web page under publisher 2003, where there is
button which launch a macro in excel on the server, when clicked.
I found that the following code that I have to put:
Dim xls
Set xls = CreateObject("Excel.Application")
xls.Application.Visible = False
xls.Workbooks.Open ExcelFilePath, 3, False
xls.Run("ThisWorkBook.Macro1")
Set xls = Nothing
But I am a newbe and I don't know how to do.
I thank you in advance for your help.
Jean