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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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