R RitchieJHicks Mar 17, 2008 #1 What would the command be to paste the clipboards contents to a field on click on a command button please?
What would the command be to paste the clipboards contents to a field on click on a command button please?
A Allen Browne Mar 17, 2008 #2 Try this in the Click event procedure: Me.[NameOfYourTextBoxHere].SetFocus RunCommand acCmdPaste
R RitchieJHicks Mar 17, 2008 #3 That's excellent. Thanks (once again) Allen. -- ----------------------- Allen Browne said: Try this in the Click event procedure: Me.[NameOfYourTextBoxHere].SetFocus RunCommand acCmdPaste -- Allen Browne - Microsoft MVP. Perth, Western Australia Reply to group, rather than allenbrowne at mvps dot org. RitchieJHicks said: What would the command be to paste the clipboards contents to a field on click on a command button please? Click to expand... Click to expand...
That's excellent. Thanks (once again) Allen. -- ----------------------- Allen Browne said: Try this in the Click event procedure: Me.[NameOfYourTextBoxHere].SetFocus RunCommand acCmdPaste -- Allen Browne - Microsoft MVP. Perth, Western Australia Reply to group, rather than allenbrowne at mvps dot org. RitchieJHicks said: What would the command be to paste the clipboards contents to a field on click on a command button please? Click to expand... Click to expand...