View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RyanH RyanH is offline
external usenet poster
 
Posts: 586
Default Drag and Drop in user forms

I think this is what you want. I assume you want to move text from one text
box to the next on a Userform. Select the text in the textbox then hit Ctrl
C to copy it, then select another textbox and hit Ctrl V to paste it.

Is this what you wanted?
--
Cheers,
Ryan


"Roger on Excel" wrote:

I use userforms for data entry and data editing.

Is it possible to drag and drop text around in a userform?

My userforms allow me to select text but i cant move it to another adjacent
cell by dragging it.

Can anyone help?