Hello,
I am copying a range from excel (multiple rows)
and paste it directly to access table using:
Sometimes it does not work and I need to use paste special as text.
Is there any way to paste special as text using VBA ?
Thank you
I am copying a range from excel (multiple rows)
and paste it directly to access table using:
Code:
DoCmd.RunCommand acCmdPasteAppend
Is there any way to paste special as text using VBA ?
Thank you