Problem with drag and drop.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why do I get a "cannot drop in current location" message when I try to drag
and drop text in Word? The "drag-and-drop text editing" function is
properly checked.
 
You cannot drop text outside the document margins or below the End of
Document marker (the black underline in Normal view); that is, you cannot
drop text where there is not text already.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Nope, that's not it. I'm trying to move a phrase in the text from one place
to another within the same paragraph. I've done it hundreds of times, but
for some reason it's not working in this particular document.
 
In that case, I haven't a clue unless the other place in the same paragraph
is inside a field of some sort.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
I am also unable to drag and drop text from one paragraph to another in my
custom template. I recently added an AutoOpen macro to my document to
automatically hide the built-in Formatting toolbar. Would this have an impact
on the issue?
My macro looks like this:
CustomizationContext = ActiveDocument
CommandBars("Formatting").Enabled = False
CommandBars("MyToolbar").Enabled = True
CommandBars("MyToolbar").Visible = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top