A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how to make a line over text



 
 
Thread Tools Display Modes
  #1  
Old May 7th, 2004, 10:49 PM
scott
external usenet poster
 
Posts: n/a
Default how to make a line over text

Does anyone know how to create a line over a word?
  #2  
Old May 7th, 2004, 10:59 PM
Greg Maxey
external usenet poster
 
Posts: n/a
Default how to make a line over text

Scott,

You can do this with an EQ field.

Type: EQ \x\to(Your Word Here) select the entire statement and press
CTRL+F9 then right click and select Update Field.

It you do this routinely, you ming find the following macro useful:

Public Sub Negate()

Dim Expr As String
Expr = InputBox("Enter the expression to negate:", "Negate")
If Expr "" Then
ActiveDocument.Fields.Add Range:=Selection.Range, _
Type:=wdFieldEmpty, _
Text:="EQ \x\to(" & Expr & ")", _
PreserveFormatting:=False
End If
End Sub
--
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in

scott wrote:
Does anyone know how to create a line over a word?



  #3  
Old May 11th, 2004, 06:37 PM
Tina
external usenet poster
 
Posts: n/a
Default how to make a line over text


-----Original Message-----
Does anyone know how to create a line over a word?
.
If I understand correctly, there is a function for

tracking changes that puts a strike through line through
the text. Is this what you're referring too. Go to tools
and track changes.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.