Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-15-2013, 11:28 PM
macropod's Avatar
macropod macropod is offline Trying to paste a link and merge formatting Windows 7 64bit Trying to paste a link and merge formatting Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Try making your copy/paste start with the period (i.e omit http://www). If the paste starts with the period, you won't get the unwanted space. Similarly, if the copied string terminates in a '/', a trailing space isn't inserted.

An alternative would be to use a macro:
Code:
Private Sub PasteUnformattedText()
Dim MyData As DataObject
On Error GoTo ErrExit
Set MyData = New DataObject
MyData.GetFromClipboard
Selection.Range.Text = MyData.GetText
ErrExit:
End Sub
The above macro has broader application than your html coding, being useful for any unformatted text pasting. Simply assign it to a keyboard shortcut.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to paste a link and merge formatting Paste Special: Copy and Paste Formatting Only? tinfanide Word 6 03-06-2013 12:21 AM
Trying to paste a link and merge formatting Paste formatting LarryStroup PowerPoint 1 12-11-2012 12:10 AM
Trying to paste a link and merge formatting Link and Keep Source Formatting--not exact minny Excel 2 04-09-2012 04:19 PM
Paste Special Link no longer working MrsMoe PowerPoint 0 12-20-2010 10:54 PM
Trying to paste a link and merge formatting Paste Excel Link As tphillippe PowerPoint 1 11-26-2009 05:54 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:43 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft