close

Does anyone know have to get or make an quot;Xbarquot; symbol for Excel? I can't seem
to find one in the symbols available

thanks,
mike duclos

Mike,

Take a look at this post...
makeashorterlink.com/?A2D012F6C

Jim Cone
San Francisco, USA
Free add-ins...
www.realezsites.com/bus/primitivesoftware
quot;Mike Dquot; gt;
wrote in message

Does anyone know have to get or make an quot;Xbarquot; symbol for Excel?
I can't seem to find one in the symbols available
thanks,
mike duclos

groups.google.com/group/micro...aad00398e465f5

Jerry

quot;Mike Dquot; wrote:

gt; Does anyone know have to get or make an quot;Xbarquot; symbol for Excel? I can't seem
gt; to find one in the symbols available
gt;
gt; thanks,
gt; mike duclos

Jim,

Equation Editor? Isn't that something from Word? To overbar characters in
Word I use the macro below. I have no idea where to find an overbar
possibility in Excel. Please let me know where I can find it, if there is
any.

Jack Sons
The Netherlands

Sub Overline()
Dim sChar As String
Dim i As Integer
sChar = InputBox(quot;Enter characters to overlinequot;, quot;Overlinequot;)
With Selection
For i = 1 To Len(sChar)
..Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _
PreserveFormatting:=False
..Delete Unit:=wdCharacter, Count:=1
..TypeText Text:=quot;EQ \s\up6(\f(;quot; Mid(sChar, i, 1) quot;))quot;
..Fields.Update
..MoveRight Unit:=wdCharacter, Count:=1
Next
End With
End Sub
quot;Jim Conequot; gt; schreef in bericht
...
gt; Mike,
gt;
gt; Take a look at this post...
gt; makeashorterlink.com/?A2D012F6C
gt;
gt; Jim Cone
gt; San Francisco, USA
gt; Free add-ins...
gt; www.realezsites.com/bus/primitivesoftware
gt;
gt;
gt;
gt; quot;Mike Dquot; gt;
gt; wrote in message
gt;
gt; Does anyone know have to get or make an quot;Xbarquot; symbol for Excel?
gt; I can't seem to find one in the symbols available
gt; thanks,
gt; mike duclos
Jack Sons,

I believe Equation Editor is part of the Office Suite.
The file name is: EQNEDT32.EXE

Jim Cone
San Francisco, USAquot;Jack Sonsquot; gt; wrote in message

Jim,
Equation Editor? Isn't that something from Word? To overbar characters in
Word I use the macro below. I have no idea where to find an overbar
possibility in Excel. Please let me know where I can find it, if there is
any.
Jack Sons
The Netherlands

Sub Overline()
Dim sChar As String
Dim i As Integer
sChar = InputBox(quot;Enter characters to overlinequot;, quot;Overlinequot;)
With Selection
For i = 1 To Len(sChar)
..Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _
PreserveFormatting:=False
..Delete Unit:=wdCharacter, Count:=1
..TypeText Text:=quot;EQ \s\up6(\f(;quot; Mid(sChar, i, 1) quot;))quot;
..Fields.Update
..MoveRight Unit:=wdCharacter, Count:=1
Next
End With
End Sub
quot;Jim Conequot; gt; schreef in bericht
...
gt; Mike,
gt;
gt; Take a look at this post...
gt; makeashorterlink.com/?A2D012F6C
gt;
gt; Jim Cone
gt; San Francisco, USA
gt; Free add-ins...
gt; www.realezsites.com/bus/primitivesoftware
gt;
gt;
gt;
gt; quot;Mike Dquot; gt;
gt; wrote in message
gt;
gt; Does anyone know have to get or make an quot;Xbarquot; symbol for Excel?
gt; I can't seem to find one in the symbols available
gt; thanks,
gt; mike duclos
Jim,

Thanks, it was indeed on my Office 2k CD.

Jack.
quot;Jim Conequot; gt; schreef in bericht
...
gt; Jack Sons,
gt;
gt; I believe Equation Editor is part of the Office Suite.
gt; The file name is: EQNEDT32.EXE
gt;
gt; Jim Cone
gt; San Francisco, USA
gt;
gt;
gt; quot;Jack Sonsquot; gt; wrote in message
gt;
gt; Jim,
gt; Equation Editor? Isn't that something from Word? To overbar characters in
gt; Word I use the macro below. I have no idea where to find an overbar
gt; possibility in Excel. Please let me know where I can find it, if there is
gt; any.
gt; Jack Sons
gt; The Netherlands
gt;
gt; Sub Overline()
gt; Dim sChar As String
gt; Dim i As Integer
gt; sChar = InputBox(quot;Enter characters to overlinequot;, quot;Overlinequot;)
gt; With Selection
gt; For i = 1 To Len(sChar)
gt; .Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, _
gt; PreserveFormatting:=False
gt; .Delete Unit:=wdCharacter, Count:=1
gt; .TypeText Text:=quot;EQ \s\up6(\f(;quot; Mid(sChar, i, 1) quot;))quot;
gt; .Fields.Update
gt; .MoveRight Unit:=wdCharacter, Count:=1
gt; Next
gt; End With
gt; End Sub
gt;
gt;
gt;
gt; quot;Jim Conequot; gt; schreef in bericht
gt; ...
gt;gt; Mike,
gt;gt;
gt;gt; Take a look at this post...
gt;gt; makeashorterlink.com/?A2D012F6C
gt;gt;
gt;gt; Jim Cone
gt;gt; San Francisco, USA
gt;gt; Free add-ins...
gt;gt; www.realezsites.com/bus/primitivesoftware
gt;gt;
gt;gt;
gt;gt;
gt;gt; quot;Mike Dquot; gt;
gt;gt; wrote in message
gt;gt;
gt;gt; Does anyone know have to get or make an quot;Xbarquot; symbol for Excel?
gt;gt; I can't seem to find one in the symbols available
gt;gt; thanks,
gt;gt; mike duclos
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()