This topic has not yet been rated - Rate this topic

SpreadsheetLauncher.EnsureImport Method

Published: May 2010

Verifies that the control that is used for import and export of contacts is present and registered.


expression.EnsureImport()

expression

An expression that returns a SpreadsheetLauncher Control object.

The following example creates a SpreadsheetLauncher object and verifies its presence and registration. For a complete example that implements this code block, see Importing Contacts Using the Spreadsheet Launcher Control.

Set objEnsureImport = CreateObject("SharePoint.SpreadsheetLauncher.2")

If IsObject(objEnsureImport) Then
   objEnsureImport.EnsureImport()
End If

Date

Description

May 2010

Initial publication

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.