Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Excel 2013

I am not an expert in VB Script, but I think this code is correct.

Sub Excel()
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
objExcel.Workbooks.Add
objExcel.ActiveSheet.Cells(1, 1) = "Hello World"
End Sub

Security is tight and do not understand why it will not.

May be the version of Excel?

Please help with this subject

0 Replies