Link to home
Start Free TrialLog in
Avatar of Roland Malluk
Roland Malluk

asked on

MS Access Macro for paste whole table from clipboard

Hi, What I'm trying to do is a button for pasting the last copied in the clipboard into a table, manualy it does what I want by selecting the table right click and Paste,
I did this code below will paste into a textBox but my intention is to paste in the table
Private Sub Command100_Click()
On Error Resume Next
Me!Text9.SetFocus
   DoCmd.RunCommand acCmdPaste
   Exit Sub
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Roland Malluk
Roland Malluk

ASKER

Thanks for the prompt reply anyway what I'm trying to do is  to have command button will auto type text into boxes from already specific open webpage based on the word before and the word after