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
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