Use _CLIPBOARD$by (no login)You can use the _CLIPBOARD$ string variable to retrieve or set the clipboard text (copy/paste data), at least in Windows. Also I dont know if this would work in QB. To "paste" use something like: a$ = _CLIPBOARD$ To "copy" use something like: _CLIPBOARD$ = a$ |
| Response Title | Author and Date |
| Thanks | on Jun 19 |