SharedWorkspaceFiles.Count Property
Gets a Long indicating the number of items in the SharedWorkspaceFiles collection. Read-only.
Syntax
expression.Count
expression A variable that represents a SharedWorkspaceFiles object.
Return Value
Integer
Example
The following example displays a message box with a count of the number of shared workspace files in the SharedWorkspaceFiles collection.
| Visual Basic for Applications |
|---|
|