Displays the About dialog box for the extension.
object.ShowAbout |
Example
Sub ShowAboutDialog
'Displays the About dialog box for all loaded extensions
Dim objExt
For Each objExt in Application.Extensions
objExt.ShowAbout
Next
End Sub
Sub ShowAboutDialog
'Displays the About dialog box for all loaded extensions
Dim objExt
For Each objExt in Application.Extensions
objExt.ShowAbout
Next
End Sub