Hello,
I'm programming an application in MS Access 2003 / 2007 and would like to know how I can copy highlighted text to the windows clipboard?
I am now using a statement in combination with module "Call ClipBoard_SetDa ta(Memo)" but this copies the whole 'memo' field.
I want to highlight text in the memo field and copy only that text to the clipboard.
What I really want is the VBA code for window's [Ctrl C] to copy selected text to the clipboard. I now use Ctrl C and then use a command to paste that text somewhere else and assign a category to it.
I want to make these 2 steps just 1. So in effect the code that runs behind the [Ctrl C] command in windows. I'll paste that in the VBA code and the user has to apply only one keystroke (or click).
Greetings,
ACF
I'm programming an application in MS Access 2003 / 2007 and would like to know how I can copy highlighted text to the windows clipboard?
I am now using a statement in combination with module "Call ClipBoard_SetDa ta(Memo)" but this copies the whole 'memo' field.
I want to highlight text in the memo field and copy only that text to the clipboard.
What I really want is the VBA code for window's [Ctrl C] to copy selected text to the clipboard. I now use Ctrl C and then use a command to paste that text somewhere else and assign a category to it.
I want to make these 2 steps just 1. So in effect the code that runs behind the [Ctrl C] command in windows. I'll paste that in the VBA code and the user has to apply only one keystroke (or click).
Greetings,
ACF
Comment