Hey Gang,

I am trying to enter some text against the left hand side margin on lines
that use either bulleted or numbered styles. I couldn't figure a way to
enter it simply by typing so I tried inserting a text box of the necessary
size to hold the letters "[C]". However the old code that I am working from
(WordBasic) seems to want to move the box up slightly and not on the same
line as the paragraph I want it on.

Does anyone know of a way to place text to the left of a bulleted or
numbered style or have some code that works. What I had on a previous
template was a text box converted to a frame that actually put it in the
left hand margin (had a 2" margin to simulate a two-column document). That
one worked fine I guess because there was enough room from the textbox and
the actual text. This one however doesn't seem to like it on the same line.

Any solutions out there? I would be happy to post the code I was using if
that would help. By the way, using Word XP.

TIA!

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

Re: Insert Text Left of Bulleted Style by G

G
Tue Feb 01 12:57:45 CST 2005

No code necessary. Type the letter "C" against the margin and follow it
with a LISTNUM field. The field will substitute for the numbered or
bulleted style and increment the numbering as if you used the style.

Caveat: by itself, the LISTNUM field is always at the mercy of the last
numbered or bulleted style that comes immediately before it. If you
have a level 4 number preceding the LISTNUM field and you need a level
2 number, for example, then you have to add the level switch as
follows:

( LISTNUM \L 2 )

Although the LISTNUM field will produce a bullet if it follows one, it
would probably be safer to use a bullet symbol instead from the Insert
> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
even if the paragraph preceding it is changed from a bulleted to a
numbered style in the course of editing.

The LISTNUM field will look exactly like the numbering style, but
formatting and indentation have to be supplied by you.


Re: Insert Text Left of Bulleted Style by Bill

Bill
Tue Feb 01 16:30:01 CST 2005

Thanks, G.G., but I am looking for an automated way to be able to click a
toolbar icon (macro) that will put [C] at the left hand margin regardless of
the type or level of style. Anyone tried this before? I have been able to
accomplish this when I needed a small checkbox via code by setting the
parameters and location of the box, but I can't seem to get the small
textbox to stay directly to the left. It always wants to push the text on
that line slightly down.

TIA!

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"G.G.Yagoda" <nononyet@aol.com> wrote in message
news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
> No code necessary. Type the letter "C" against the margin and follow it
> with a LISTNUM field. The field will substitute for the numbered or
> bulleted style and increment the numbering as if you used the style.
>
> Caveat: by itself, the LISTNUM field is always at the mercy of the last
> numbered or bulleted style that comes immediately before it. If you
> have a level 4 number preceding the LISTNUM field and you need a level
> 2 number, for example, then you have to add the level switch as
> follows:
>
> ( LISTNUM \L 2 )
>
> Although the LISTNUM field will produce a bullet if it follows one, it
> would probably be safer to use a bullet symbol instead from the Insert
>> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
> even if the paragraph preceding it is changed from a bulleted to a
> numbered style in the course of editing.
>
> The LISTNUM field will look exactly like the numbering style, but
> formatting and indentation have to be supplied by you.
>



Re: Insert Text Left of Bulleted Style by Charles

Charles
Tue Feb 01 18:17:01 CST 2005

How about AutoText in a Frame or TextBox. You can put the AutoText entry on
a toolbar button or menu item.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Bill Foley" <pttincnospam@itexas.net> wrote in message
news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl...
> Thanks, G.G., but I am looking for an automated way to be able to click a
> toolbar icon (macro) that will put [C] at the left hand margin regardless
> of the type or level of style. Anyone tried this before? I have been
> able to accomplish this when I needed a small checkbox via code by setting
> the parameters and location of the box, but I can't seem to get the small
> textbox to stay directly to the left. It always wants to push the text on
> that line slightly down.
>
> TIA!
>
> --
> Bill Foley, Microsoft MVP (PowerPoint)
> Microsoft Office Specialist Master Instructor
> www.pttinc.com
> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> "Success, something you measure when you are through succeeding."
>
> "G.G.Yagoda" <nononyet@aol.com> wrote in message
> news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
>> No code necessary. Type the letter "C" against the margin and follow it
>> with a LISTNUM field. The field will substitute for the numbered or
>> bulleted style and increment the numbering as if you used the style.
>>
>> Caveat: by itself, the LISTNUM field is always at the mercy of the last
>> numbered or bulleted style that comes immediately before it. If you
>> have a level 4 number preceding the LISTNUM field and you need a level
>> 2 number, for example, then you have to add the level switch as
>> follows:
>>
>> ( LISTNUM \L 2 )
>>
>> Although the LISTNUM field will produce a bullet if it follows one, it
>> would probably be safer to use a bullet symbol instead from the Insert
>>> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
>> even if the paragraph preceding it is changed from a bulleted to a
>> numbered style in the course of editing.
>>
>> The LISTNUM field will look exactly like the numbering style, but
>> formatting and indentation have to be supplied by you.
>>
>
>



Re: Insert Text Left of Bulleted Style by Bill

Bill
Tue Feb 01 21:26:27 CST 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C508A4.B05338F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Tried that also Charles, but I need it to force the entry at the left =
hand margin. I want to be able to put it on numbered or bulleted lines =
(built-in styles in my template). Sort of like having something to the =
left of the bullet. Right now when I create the textbox (or frame) it =
is forcing the line I want it on to move down and the [C] is on its own =
line. I need it to stay on the same line. For example, I might have =
the following:

[C] 1. Line 1
2. Line 2
[C] (bulleted list)

I would like to be able to do this without having to turn off the =
numbered/bulleted lists and just typing the number or inserting the =
symbol.

THANKS!

--=20
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com=20
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in =
message news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl...
> How about AutoText in a Frame or TextBox. You can put the AutoText =
entry on=20
> a toolbar button or menu item.
> --=20
>=20
> Charles Kenyon
>=20
> Word New User FAQ & Web Directory: http://addbalance.com/word
>=20
> Intermediate User's Guide to Microsoft Word (supplemented version of=20
> Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
>=20
> See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> --------- --------- --------- --------- --------- ---------
> This message is posted to a newsgroup. Please post replies
> and questions to the newsgroup so that others can learn
> from my ignorance and your wisdom.
>=20
> "Bill Foley" <pttincnospam@itexas.net> wrote in message=20
> news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl...
>> Thanks, G.G., but I am looking for an automated way to be able to =
click a=20
>> toolbar icon (macro) that will put [C] at the left hand margin =
regardless=20
>> of the type or level of style. Anyone tried this before? I have =
been=20
>> able to accomplish this when I needed a small checkbox via code by =
setting=20
>> the parameters and location of the box, but I can't seem to get the =
small=20
>> textbox to stay directly to the left. It always wants to push the =
text on=20
>> that line slightly down.
>>
>> TIA!
>>
>> --=20
>> Bill Foley, Microsoft MVP (PowerPoint)
>> Microsoft Office Specialist Master Instructor
>> www.pttinc.com
>> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
>> "Success, something you measure when you are through succeeding."
>>
>> "G.G.Yagoda" <nononyet@aol.com> wrote in message=20
>> news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
>>> No code necessary. Type the letter "C" against the margin and follow =
it
>>> with a LISTNUM field. The field will substitute for the numbered or
>>> bulleted style and increment the numbering as if you used the style.
>>>
>>> Caveat: by itself, the LISTNUM field is always at the mercy of the =
last
>>> numbered or bulleted style that comes immediately before it. If you
>>> have a level 4 number preceding the LISTNUM field and you need a =
level
>>> 2 number, for example, then you have to add the level switch as
>>> follows:
>>>
>>> ( LISTNUM \L 2 )
>>>
>>> Although the LISTNUM field will produce a bullet if it follows one, =
it
>>> would probably be safer to use a bullet symbol instead from the =
Insert
>>>> Symbol menu. That way, the bullet is guaranteed to remain a =
bullet,
>>> even if the paragraph preceding it is changed from a bulleted to a
>>> numbered style in the course of editing.
>>>
>>> The LISTNUM field will look exactly like the numbering style, but
>>> formatting and indentation have to be supplied by you.
>>>
>>
>>=20
>=20
>
------=_NextPart_000_0009_01C508A4.B05338F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2523" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Tried that also Charles, but I need it =
to force the=20
entry at the left hand margin.&nbsp; I want to be able to put it on =
numbered or=20
bulleted lines (built-in styles in my template).&nbsp; Sort of like =
having=20
something to the left of the bullet.&nbsp; Right now when I create the =
textbox=20
(or frame) it is forcing the line I want it on to move down and the [C] =
is on=20
its own line.&nbsp; I need it to stay on the same line.&nbsp; For =
example, I=20
might have the following:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>[C]&nbsp;&nbsp;&nbsp;1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Line=20
1</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;=20
Line 2</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>[C]&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; (bulleted list)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I would like to be able to do this =
without having=20
to turn off the numbered/bulleted lists and just typing the number or =
inserting=20
the symbol.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>THANKS!</FONT></DIV>
<DIV><BR><FONT face=3DArial size=3D2>-- <BR>Bill Foley, Microsoft MVP=20
(PowerPoint)<BR>Microsoft Office Specialist Master =
Instructor<BR></FONT><A=20
href=3D"http://www.pttinc.com"><FONT face=3DArial=20
size=3D2>www.pttinc.com</FONT></A><FONT face=3DArial size=3D2> <BR>Check =
out PPT FAQs=20
at: </FONT><A href=3D"http://www.rdpslides.com/pptfaq/"><FONT =
face=3DArial=20
size=3D2>http://www.rdpslides.com/pptfaq/</FONT></A><BR><FONT =
face=3DArial=20
size=3D2>"Success, something you measure when you are through=20
succeeding."<BR></DIV></FONT>
<DIV><FONT face=3DArial size=3D2>"Charles Kenyon" &lt;</FONT><A=20
href=3D"mailto:msnewsgroup@remove.no.spam.addbalance.com"><FONT =
face=3DArial=20
size=3D2>msnewsgroup@remove.no.spam.addbalance.com</FONT></A><FONT =
face=3DArial=20
size=3D2>&gt; wrote in message </FONT><A=20
href=3D"news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl"><FONT face=3DArial =

size=3D2>news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; How about =
AutoText in a=20
Frame or TextBox. You can put the AutoText entry on <BR>&gt; a toolbar =
button or=20
menu item.<BR>&gt; -- <BR>&gt; <BR>&gt; Charles Kenyon<BR>&gt; <BR>&gt; =
Word New=20
User FAQ &amp; Web Directory: </FONT><A =
href=3D"http://addbalance.com/word"><FONT=20
face=3DArial size=3D2>http://addbalance.com/word</FONT></A><BR><FONT =
face=3DArial=20
size=3D2>&gt; <BR>&gt; Intermediate User's Guide to Microsoft Word =
(supplemented=20
version of <BR>&gt; Microsoft's Legal Users' Guide) </FONT><A=20
href=3D"http://addbalance.com/usersguide"><FONT face=3DArial=20
size=3D2>http://addbalance.com/usersguide</FONT></A><BR><FONT =
face=3DArial=20
size=3D2>&gt; <BR>&gt; See also the MVP FAQ: </FONT><A=20
href=3D"http://www.mvps.org/word"><FONT face=3DArial=20
size=3D2>http://www.mvps.org/word</FONT></A><FONT face=3DArial size=3D2> =
which is=20
awesome!<BR>&gt;&nbsp;--------- --------- --------- --------- ---------=20
---------<BR>&gt; This message is posted to a newsgroup. Please post=20
replies<BR>&gt; and questions to the newsgroup so that others can =
learn<BR>&gt;=20
from my ignorance and your wisdom.<BR>&gt; <BR>&gt; "Bill Foley" =
&lt;</FONT><A=20
href=3D"mailto:pttincnospam@itexas.net"><FONT face=3DArial=20
size=3D2>pttincnospam@itexas.net</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message <BR>&gt; </FONT><A=20
href=3D"news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl"><FONT face=3DArial=20
size=3D2>news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl</FONT></A><FONT =
face=3DArial=20
size=3D2>...<BR>&gt;&gt; Thanks, G.G., but I am looking for an automated =
way to be=20
able to click a <BR>&gt;&gt; toolbar icon (macro) that will put [C] at =
the left=20
hand margin regardless <BR>&gt;&gt; of the type or level of style.&nbsp; =
Anyone=20
tried this before?&nbsp; I have been <BR>&gt;&gt; able to accomplish =
this when I=20
needed a small checkbox via code by setting <BR>&gt;&gt; the parameters =
and=20
location of the box, but I can't seem to get the small <BR>&gt;&gt; =
textbox to=20
stay directly to the left.&nbsp; It always wants to push the text on=20
<BR>&gt;&gt; that line slightly down.<BR>&gt;&gt;<BR>&gt;&gt;=20
TIA!<BR>&gt;&gt;<BR>&gt;&gt; -- <BR>&gt;&gt; Bill Foley, Microsoft MVP=20
(PowerPoint)<BR>&gt;&gt; Microsoft Office Specialist Master=20
Instructor<BR>&gt;&gt; </FONT><A href=3D"http://www.pttinc.com"><FONT =
face=3DArial=20
size=3D2>www.pttinc.com</FONT></A><BR><FONT face=3DArial =
size=3D2>&gt;&gt; Check out=20
PPT FAQs at: </FONT><A href=3D"http://www.rdpslides.com/pptfaq/"><FONT =
face=3DArial=20
size=3D2>http://www.rdpslides.com/pptfaq/</FONT></A><BR><FONT =
face=3DArial=20
size=3D2>&gt;&gt; "Success, something you measure when you are through=20
succeeding."<BR>&gt;&gt;<BR>&gt;&gt; "G.G.Yagoda" &lt;</FONT><A=20
href=3D"mailto:nononyet@aol.com"><FONT face=3DArial=20
size=3D2>nononyet@aol.com</FONT></A><FONT face=3DArial size=3D2>&gt; =
wrote in message=20
<BR>&gt;&gt; </FONT><A=20
href=3D"news:1107284265.138377.103550@f14g2000cwb.googlegroups.com"><FONT=
=20
face=3DArial=20
size=3D2>news:1107284265.138377.103550@f14g2000cwb.googlegroups.com</FONT=
></A><FONT=20
face=3DArial size=3D2>...<BR>&gt;&gt;&gt; No code necessary. Type the =
letter "C"=20
against the margin and follow it<BR>&gt;&gt;&gt; with a LISTNUM field. =
The field=20
will substitute for the numbered or<BR>&gt;&gt;&gt; bulleted style and =
increment=20
the numbering as if you used the style.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; =
Caveat:=20
by itself, the LISTNUM field is always at the mercy of the =
last<BR>&gt;&gt;&gt;=20
numbered or bulleted style that comes immediately before it.&nbsp; If=20
you<BR>&gt;&gt;&gt; have a level 4 number preceding the LISTNUM field =
and you=20
need a level<BR>&gt;&gt;&gt; 2 number, for example, then you have to add =
the=20
level switch as<BR>&gt;&gt;&gt; follows:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; =
(=20
LISTNUM \L 2 )<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Although the LISTNUM =
field will=20
produce a bullet if it follows one, it<BR>&gt;&gt;&gt; would probably be =
safer=20
to use a bullet symbol instead from the Insert<BR>&gt;&gt;&gt;&gt; =
Symbol=20
menu.&nbsp; That way, the bullet is guaranteed to remain a=20
bullet,<BR>&gt;&gt;&gt; even if the paragraph preceding it is changed =
from a=20
bulleted to a<BR>&gt;&gt;&gt; numbered style in the course of=20
editing.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; The LISTNUM field will look =
exactly=20
like the numbering style, but<BR>&gt;&gt;&gt; formatting and indentation =
have to=20
be supplied by you.<BR>&gt;&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; <BR>&gt;=20
<BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0009_01C508A4.B05338F0--


Re: Insert Text Left of Bulleted Style by Chuck

Chuck
Wed Feb 02 07:47:02 CST 2005

If you're not using text boxes, then perhaps you might have to use columns or
put the numbered list items in a table with the left hand column blank (to
accommodate your [C]s?

"Bill Foley" wrote:

> Tried that also Charles, but I need it to force the entry at the left hand margin. I want to be able to put it on numbered or bulleted lines (built-in styles in my template). Sort of like having something to the left of the bullet. Right now when I create the textbox (or frame) it is forcing the line I want it on to move down and the [C] is on its own line. I need it to stay on the same line. For example, I might have the following:
>
> [C] 1. Line 1
> 2. Line 2
> [C] (bulleted list)
>
> I would like to be able to do this without having to turn off the numbered/bulleted lists and just typing the number or inserting the symbol.
>
> THANKS!
>
> --
> Bill Foley, Microsoft MVP (PowerPoint)
> Microsoft Office Specialist Master Instructor
> www.pttinc.com
> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> "Success, something you measure when you are through succeeding."
>
> "Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in message news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl...
> > How about AutoText in a Frame or TextBox. You can put the AutoText entry on
> > a toolbar button or menu item.
> > --
> >
> > Charles Kenyon
> >
> > Word New User FAQ & Web Directory: http://addbalance.com/word
> >
> > Intermediate User's Guide to Microsoft Word (supplemented version of
> > Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
> >
> > See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> > --------- --------- --------- --------- --------- ---------
> > This message is posted to a newsgroup. Please post replies
> > and questions to the newsgroup so that others can learn
> > from my ignorance and your wisdom.
> >
> > "Bill Foley" <pttincnospam@itexas.net> wrote in message
> > news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl...
> >> Thanks, G.G., but I am looking for an automated way to be able to click a
> >> toolbar icon (macro) that will put [C] at the left hand margin regardless
> >> of the type or level of style. Anyone tried this before? I have been
> >> able to accomplish this when I needed a small checkbox via code by setting
> >> the parameters and location of the box, but I can't seem to get the small
> >> textbox to stay directly to the left. It always wants to push the text on
> >> that line slightly down.
> >>
> >> TIA!
> >>
> >> --
> >> Bill Foley, Microsoft MVP (PowerPoint)
> >> Microsoft Office Specialist Master Instructor
> >> www.pttinc.com
> >> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> >> "Success, something you measure when you are through succeeding."
> >>
> >> "G.G.Yagoda" <nononyet@aol.com> wrote in message
> >> news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
> >>> No code necessary. Type the letter "C" against the margin and follow it
> >>> with a LISTNUM field. The field will substitute for the numbered or
> >>> bulleted style and increment the numbering as if you used the style.
> >>>
> >>> Caveat: by itself, the LISTNUM field is always at the mercy of the last
> >>> numbered or bulleted style that comes immediately before it. If you
> >>> have a level 4 number preceding the LISTNUM field and you need a level
> >>> 2 number, for example, then you have to add the level switch as
> >>> follows:
> >>>
> >>> ( LISTNUM \L 2 )
> >>>
> >>> Although the LISTNUM field will produce a bullet if it follows one, it
> >>> would probably be safer to use a bullet symbol instead from the Insert
> >>>> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
> >>> even if the paragraph preceding it is changed from a bulleted to a
> >>> numbered style in the course of editing.
> >>>
> >>> The LISTNUM field will look exactly like the numbering style, but
> >>> formatting and indentation have to be supplied by you.
> >>>
> >>
> >>
> >
> >

Re: Insert Text Left of Bulleted Style by Charles

Charles
Wed Feb 02 10:31:35 CST 2005

Float the text box before you create the AutoText entry. Position it
relative to the paragraph in which it is anchored.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Bill Foley" <pttincnospam@itexas.net> wrote in message
news:ehwX8bNCFHA.2984@TK2MSFTNGP11.phx.gbl...
Tried that also Charles, but I need it to force the entry at the left hand
margin. I want to be able to put it on numbered or bulleted lines (built-in
styles in my template). Sort of like having something to the left of the
bullet. Right now when I create the textbox (or frame) it is forcing the
line I want it on to move down and the [C] is on its own line. I need it to
stay on the same line. For example, I might have the following:

[C] 1. Line 1
2. Line 2
[C] (bulleted list)

I would like to be able to do this without having to turn off the
numbered/bulleted lists and just typing the number or inserting the symbol.

THANKS!

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
"Success, something you measure when you are through succeeding."

"Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in
message news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl...
> How about AutoText in a Frame or TextBox. You can put the AutoText entry
> on
> a toolbar button or menu item.
> --
>
> Charles Kenyon
>
> Word New User FAQ & Web Directory: http://addbalance.com/word
>
> Intermediate User's Guide to Microsoft Word (supplemented version of
> Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
>
> See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> --------- --------- --------- --------- --------- ---------
> This message is posted to a newsgroup. Please post replies
> and questions to the newsgroup so that others can learn
> from my ignorance and your wisdom.
>
> "Bill Foley" <pttincnospam@itexas.net> wrote in message
> news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl...
>> Thanks, G.G., but I am looking for an automated way to be able to click a
>> toolbar icon (macro) that will put [C] at the left hand margin regardless
>> of the type or level of style. Anyone tried this before? I have been
>> able to accomplish this when I needed a small checkbox via code by
>> setting
>> the parameters and location of the box, but I can't seem to get the small
>> textbox to stay directly to the left. It always wants to push the text
>> on
>> that line slightly down.
>>
>> TIA!
>>
>> --
>> Bill Foley, Microsoft MVP (PowerPoint)
>> Microsoft Office Specialist Master Instructor
>> www.pttinc.com
>> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
>> "Success, something you measure when you are through succeeding."
>>
>> "G.G.Yagoda" <nononyet@aol.com> wrote in message
>> news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
>>> No code necessary. Type the letter "C" against the margin and follow it
>>> with a LISTNUM field. The field will substitute for the numbered or
>>> bulleted style and increment the numbering as if you used the style.
>>>
>>> Caveat: by itself, the LISTNUM field is always at the mercy of the last
>>> numbered or bulleted style that comes immediately before it. If you
>>> have a level 4 number preceding the LISTNUM field and you need a level
>>> 2 number, for example, then you have to add the level switch as
>>> follows:
>>>
>>> ( LISTNUM \L 2 )
>>>
>>> Although the LISTNUM field will produce a bullet if it follows one, it
>>> would probably be safer to use a bullet symbol instead from the Insert
>>>> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
>>> even if the paragraph preceding it is changed from a bulleted to a
>>> numbered style in the course of editing.
>>>
>>> The LISTNUM field will look exactly like the numbering style, but
>>> formatting and indentation have to be supplied by you.
>>>
>>
>>
>
>



Re: Insert Text Left of Bulleted Style by Bill

Bill
Wed Feb 02 11:11:14 CST 2005

Thanks, Charles. I was able to record a macro that almost gave me what I
was looking for, except it always wants to put it in the same position
(based on where my cursor was when I recorded the macro. I am going to go
through the code this afternoon and see what attributes I can change to
always put it on the paragraph I am on when I run the macro. I tried making
it "Inline", but that would put the textbox inside of a bulleted or numbered
style and I want it always at the left-hand margin.

Here is the recorded macro in case anyone can see the obvious. Thanks
again!

'=====Code Starts Here=====

Sub Commitment()
'
' Commitment Macro
' Macro recorded 2/2/2005 by Bill Foley
'
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 90#, _
72.75, 21#, 19.5).Select
Selection.ShapeRange.TextFrame.TextRange.Select
Selection.Collapse
Selection.TypeText Text:="[C]"
Selection.ShapeRange.TextFrame.TextRange.Select
Selection.Collapse
Selection.ShapeRange.Select
Selection.ShapeRange.Line.Visible = msoFalse
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.ShapeRange.Height = 14.4
Selection.ShapeRange.Width = 18#
Selection.ShapeRange.Left = 90#
Selection.ShapeRange.Top = 72.7
Selection.ShapeRange.TextFrame.MarginLeft = 0#
Selection.ShapeRange.TextFrame.MarginRight = 0#
Selection.ShapeRange.TextFrame.MarginTop = 0#
Selection.ShapeRange.TextFrame.MarginBottom = 0#
Selection.ShapeRange.RelativeHorizontalPosition = _
wdRelativeHorizontalPositionMargin
Selection.ShapeRange.RelativeVerticalPosition = _
wdRelativeVerticalPositionParagraph
Selection.ShapeRange.Left = wdShapeLeft
Selection.ShapeRange.Top = InchesToPoints(0)
Selection.ShapeRange.LockAnchor = True
Selection.ShapeRange.WrapFormat.AllowOverlap = True
Selection.ShapeRange.WrapFormat.Side = wdWrapBoth
Selection.ShapeRange.WrapFormat.DistanceTop = InchesToPoints(0)
Selection.ShapeRange.WrapFormat.DistanceBottom = InchesToPoints(0)
Selection.ShapeRange.WrapFormat.DistanceLeft = InchesToPoints(0)
Selection.ShapeRange.WrapFormat.DistanceRight = InchesToPoints(0)
Selection.ShapeRange.WrapFormat.Type = 3
Selection.ShapeRange.ZOrder 4
Selection.ShapeRange.TextFrame.AutoSize = False
Selection.ShapeRange.TextFrame.WordWrap = False
End Sub

'=====Code Stops Here=====

--
Bill Foley, Microsoft MVP (PowerPoint)
Microsoft Office Specialist Master Instructor - XP
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
Check out Word FAQs at: http://word.mvps.org/FAQs/General/index.htm

"Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in
message news:eHmlbSUCFHA.2380@tk2msftngp13.phx.gbl...
> Float the text box before you create the AutoText entry. Position it
> relative to the paragraph in which it is anchored.
> --
>
> Charles Kenyon
>
> Word New User FAQ & Web Directory: http://addbalance.com/word
>
> Intermediate User's Guide to Microsoft Word (supplemented version of
> Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
>
> See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> --------- --------- --------- --------- --------- ---------
> This message is posted to a newsgroup. Please post replies
> and questions to the newsgroup so that others can learn
> from my ignorance and your wisdom.
>
> "Bill Foley" <pttincnospam@itexas.net> wrote in message
> news:ehwX8bNCFHA.2984@TK2MSFTNGP11.phx.gbl...
> Tried that also Charles, but I need it to force the entry at the left hand
> margin. I want to be able to put it on numbered or bulleted lines
(built-in
> styles in my template). Sort of like having something to the left of the
> bullet. Right now when I create the textbox (or frame) it is forcing the
> line I want it on to move down and the [C] is on its own line. I need it
to
> stay on the same line. For example, I might have the following:
>
> [C] 1. Line 1
> 2. Line 2
> [C] (bulleted list)
>
> I would like to be able to do this without having to turn off the
> numbered/bulleted lists and just typing the number or inserting the
symbol.
>
> THANKS!
>
> --
> Bill Foley, Microsoft MVP (PowerPoint)
> Microsoft Office Specialist Master Instructor
> www.pttinc.com
> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> "Success, something you measure when you are through succeeding."
>
> "Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in
> message news:%23AX67xLCFHA.2288@TK2MSFTNGP14.phx.gbl...
> > How about AutoText in a Frame or TextBox. You can put the AutoText entry
> > on
> > a toolbar button or menu item.
> > --
> >
> > Charles Kenyon
> >
> > Word New User FAQ & Web Directory: http://addbalance.com/word
> >
> > Intermediate User's Guide to Microsoft Word (supplemented version of
> > Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
> >
> > See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> > --------- --------- --------- --------- --------- ---------
> > This message is posted to a newsgroup. Please post replies
> > and questions to the newsgroup so that others can learn
> > from my ignorance and your wisdom.
> >
> > "Bill Foley" <pttincnospam@itexas.net> wrote in message
> > news:emRAS2KCFHA.3236@TK2MSFTNGP15.phx.gbl...
> >> Thanks, G.G., but I am looking for an automated way to be able to click
a
> >> toolbar icon (macro) that will put [C] at the left hand margin
regardless
> >> of the type or level of style. Anyone tried this before? I have been
> >> able to accomplish this when I needed a small checkbox via code by
> >> setting
> >> the parameters and location of the box, but I can't seem to get the
small
> >> textbox to stay directly to the left. It always wants to push the text
> >> on
> >> that line slightly down.
> >>
> >> TIA!
> >>
> >> --
> >> Bill Foley, Microsoft MVP (PowerPoint)
> >> Microsoft Office Specialist Master Instructor
> >> www.pttinc.com
> >> Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/
> >> "Success, something you measure when you are through succeeding."
> >>
> >> "G.G.Yagoda" <nononyet@aol.com> wrote in message
> >> news:1107284265.138377.103550@f14g2000cwb.googlegroups.com...
> >>> No code necessary. Type the letter "C" against the margin and follow
it
> >>> with a LISTNUM field. The field will substitute for the numbered or
> >>> bulleted style and increment the numbering as if you used the style.
> >>>
> >>> Caveat: by itself, the LISTNUM field is always at the mercy of the
last
> >>> numbered or bulleted style that comes immediately before it. If you
> >>> have a level 4 number preceding the LISTNUM field and you need a level
> >>> 2 number, for example, then you have to add the level switch as
> >>> follows:
> >>>
> >>> ( LISTNUM \L 2 )
> >>>
> >>> Although the LISTNUM field will produce a bullet if it follows one, it
> >>> would probably be safer to use a bullet symbol instead from the Insert
> >>>> Symbol menu. That way, the bullet is guaranteed to remain a bullet,
> >>> even if the paragraph preceding it is changed from a bulleted to a
> >>> numbered style in the course of editing.
> >>>
> >>> The LISTNUM field will look exactly like the numbering style, but
> >>> formatting and indentation have to be supplied by you.
> >>>
> >>
> >>
> >
> >
>
>