pasting form office clipboard

G

GREGORY HICKMOTT

I keep getting an error when trying to past form the clipboard to an open
form
 
A

Allen Browne

Try Ctrl+V

If you are trying to do it with a command button:
Me.[YourTextboxNameHere].SetFocus
RunCommand acCmdPaste
 
Top