Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-20-2009, 05:31 AM
Bahir Barak Bahir Barak is offline Select text between characters Windows XP Select text between characters Office 2003
Novice
 
Join Date: May 2009
Posts: 11
Bahir Barak is on a distinguished road
Default

My dear :

I try the macro with changing the code , but it did not works with me , there is the file with attachments it is just empty foonotes , I want to change just the font or colour of the quotes not the number of footnoe,



Thankssss
Attached Files
File Type: doc Footnotes.doc (36.0 KB, 20 views)
Reply With Quote
  #2  
Old 05-20-2009, 11:19 PM
Bird_FAT's Avatar
Bird_FAT Bird_FAT is offline Select text between characters Select text between characters Office 2007
Expert
 
Join Date: Apr 2009
Location: South East
Posts: 271
Bird_FAT is on a distinguished road
Default

Quote:
Originally Posted by Bahir Barak View Post
My dear :

I try the macro with changing the code , but it did not works with me , there is the file with attachments it is just empty foonotes , I want to change just the font or colour of the quotes not the number of footnoe,

Thankssss
Umm...You have:
Code:
.Text = "(*)"
as your search choice. This is telling the search and replace to change the brackets AND EVERYTHING IN BETWEEN! If you ONLY want it to effect the brackets, then you need to enter the brackets ONLY. You will need to repeat the code to search 1st for
Code:
.Text = "("
, followed by copying the code again (Everything from 'Selection.Find.ClearFormatting' to 'Wend'), and changing it to
Code:
.Text = ")"
Also you have it changing to Italic, not colour?
Code:
Selection.Font.Italic = wdToggle
you will need to change it to a colour code instead
Code:
Selection.Font.Color = wdColorRed
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
The characters of my received emails are little squares! HELP! chocolatecookies Outlook 0 12-17-2008 04:17 PM
Templates: automatic text generation from Rich Text content control Chickenmunga Word 0 10-01-2008 11:16 AM
special/escape/insertion characters in word manojbmsce Word 0 09-25-2008 06:40 AM
Select text between characters Making sure the correct number of characters are entered. leroytrolley Excel 1 07-25-2008 06:38 AM
escape characters LadyReader Word VBA 0 09-06-2006 12:09 PM

Other Forums: Access Forums

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