How to copy to clipboard using Access/VBA?

前端 未结 3 941
故里飘歌
故里飘歌 2020-11-27 03:59

Using VBA inside Access2003/2007.

How to copy the contents of a string variable to the clipboard?

This site recommends a creating a zero length TextBox, copy

3条回答
  •  被撕碎了的回忆
    2020-11-27 04:24

    I couldn't figure out how to use the API using the first Google results. Fortunately a thread somewhere pointed me to this link: http://access.mvps.org/access/api/api0049.htm

    Which works nicely. :)

提交回复
热议问题