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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Vbscript command's

Hello all,

I need to withdraw from the excel gridlines, formula bar and headings vbscript on command, can anyone help?

Labels (1)
1 Reply
m_woolf
Master II
Master II

    Set XLApp = CreateObject("Excel.Application")

    Set XLWB = XLApp.Workbooks.Add

    XLApp.DisplayFormulaBar = False

    XLApp.ActiveWindow.DisplayGridlines = False

    XLApp.ActiveWindow.DisplayHeadings = False