Syntax
ControlRun .Application = number
Remarks
In Windows, runs either the Clipboard or the Control Panel. If you want to run a different program, use the Shell statement. On the Macintosh, ControlRun is not available and generates an error.
Argument | Explanation | |
.Application | The application to run: 0 (zero) Clipboard (this value is not available and generates an error in Windows 95) 1 Control Panel |
Example
This example runs the Control Panel:
ControlRun .Application = 1
See Also
Shell, ShowClipboard