Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-29-2018, 05:50 PM
risomd risomd is offline Removing trailing spaces from footnotes Windows 7 64bit Removing trailing spaces from footnotes Office 2016
Novice
Removing trailing spaces from footnotes
 
Join Date: Aug 2018
Posts: 6
risomd is on a distinguished road
Default Removing trailing spaces from footnotes

I am looking for a way to remove any trailing spaces from all footnotes.


I thought I would try to iterate through them and check if the last character was a space (or other) and delete it, but this isn't working.

It also throws a "Cannot edit Range" Error if the last character of a footnote is within a Hyperlink's text (blue and underlined) and is a space.

What is the right way to approach this? Footnotes can have multiple hyperlinks and the last character may be within one of them and be a space or other character I want rid of?


I've also tried just .Find'ing within the footnote's range, but I can't seem to only remove the trailing space(s).


Some sample code that fails:

Code:
For i = 1 To ActiveDocument.Footnotes.Count

   Dim fn As Object
   Set fn = ActiveDocument.Sections(1).Range.Footnotes(i)
   myMax = fn.Range.Characters.Count
   For j = myMax To 1 Step -1
      
       myChar = fn.Range.Characters(j)
        
        If myChar = Chr(32) Then
            myLong = fn.Range.Characters(j).Delete
           'This fails if last char is space within a hyperlink
        Else
            Exit For
        End If
   
    Next

Next
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing trailing spaces from footnotes Removing spaces in activedocument after empty bookmarks faustino909 Word VBA 2 08-03-2018 01:34 PM
Removing trailing spaces from footnotes How to remove trailing & leading spaces in a cell? LearnerExcel Excel Programming 8 02-04-2018 08:22 PM
Removing trailing spaces from footnotes removing spaces in cell Tonykiwi Excel 4 11-06-2016 09:30 PM
Removing trailing spaces from footnotes Mail Merge - Trailing Spaces osucjb Mail Merge 5 10-28-2016 12:03 AM
Word-Help with removing unwanted spaces in text greshoff Word 9 12-30-2011 03:24 PM

Other Forums: Access Forums

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