Show code in...     

  

 

Object Model ExcelApplication Worksheets Worksheet Cells Cell Range
Charts Chart SeriesCollection Series 3DProperties Axis ChartFrame Line Area
PivotField PivotFields PivotTable PivotTables
Style Characters Font Pictures Picture DocumentProperties PageSetup


ExcelApplication Object Reference

ShowVScrollBar Property *

* This feature is not available in
ExcelWriterSE, ExcelWriterLE,
or ExcelWriterFree.

Syntax:
[VBScript]
Property ShowVScrollBar As Boolean (read/write)
Description:

When ShowVScrollBar is set to true (default value), the generated spreadsheet will contain a vertical scroll bar. Set ShowVScrollBar to false to hide the vertical scroll bar.

Example:
[VBScript]
xlw.ShowVScrollBar = False

Top


Copyright © 2005, SoftArtisans, Inc.