Because I want to assign the macro to a toolbar button rather than have to go
to the EDIT menu, click REPLACE, click MORE, key in a SPACE in the "Find
What" box, click SPECIAL, select "non breaking space", click FIND.
I think having one button to click that does all this would be much easier
	
		
			
				macropod said:
			
		
	
	
		
		
			Hi Greg,
Why do you need a macro, when you can use a simple Find/Replace operation?
Select the desired range then:
Find: ' '
Replace: '^s'
Click 'Replace All'.
--
Cheers
macropod
[Microsoft MVP - Word]
	
		
			
				GregNga said:
			
		
	
	
		
		
			I need a macro that will replace a space with a non-breaking space <b>for the
selected text only</b>
		
		
	 
.