Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 09-07-2014, 01:56 AM
Dimsok Dimsok is offline Delete blank pages Windows XP Delete blank pages Office 2007
Advanced Beginner
Delete blank pages
 
Join Date: Sep 2014
Location: exUSSR
Posts: 50
Dimsok is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
It may be possible, but until you tell us what hidden symbols are involved, we cannot progress further with this. Maybe the following macro will help identify them. Select the character and run the macro.

Code:
Sub AnsiCode()
Dim myData As DataObject
Dim vChar As Variant
Dim sCode As String
    Set myData = New DataObject
    For Each vChar In Selection.Characters
        sCode = sCode & "ChrW(" & AscW(vChar) & ") & "
    Next
    sCode = Left(sCode, Len(sCode) - 3)
    MsgBox sCode & vbCr & vbCr & "Copied to clipboard!"
    myData.SetText sCode
    myData.PutInClipboard
End Sub
Compile error. User defined type not defined.

What hidden symbiols? Just ¶¶¶. Is that possible to delete them in the end of document in one click?
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete blank pages deleting blank pages thauser Word 3 05-27-2014 01:56 AM
Delete blank pages Deleting blank pages Microsoftenquirer1000 Word 14 08-27-2012 01:24 PM
delete blank pages from mail merge document blusea Word 0 12-17-2010 06:10 PM
How do you delete a blank page at end? aerophil Word 4 10-24-2009 05:04 AM
hidden blank pages mljm Word 3 06-19-2009 03:18 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:18 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