Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
True if the INS key can be used for pasting the Clipboard contents. Read/write Boolean.
Syntax
expression. INSKeyForPaste
expression An expression that returns an Options object.
Example
This example enables the INS key to be used for pasting the contents of the Clipboard.
Options.INSKeyForPaste = True
This example returns the status of the Use the INS key for paste option on the Edit tab in the Options dialog box.
Dim blnTemp As Boolean
blnTemp = Options.INSKeyForPaste
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.