Copy and Paste

arye9

New member
Local time
Today, 16:22
Joined
Jan 15, 2001
Messages
9
Hi
Using VB for App. if I want to copy from a Text Box I use:

clipboard.Clear
Dim C
C = Val(screen.ActiveControl.Text)
clipboard.SetText C

But I have discovered that Access dosnt recognize the ClipBoard.

I wonder if I can copy and paste using Vba?

Thanks Arye
 

Users who are viewing this thread

Back
Top Bottom