Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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?

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