Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Page Layout / January 2006

Tip: Looking for answers? Try searching our database.

Comments in the sides

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
GRL - 28 Jan 2006 03:38 GMT
Is it possible to insert comments (I mean a real comment, not related to a
specific modified word) in the sides of the text and how, if yes?
Thanks.
Giovanni
Greg Maxey - 28 Jan 2006 03:44 GMT
See:
http://gregmaxey.mvps.org/Margin_Text.htm

Signature

Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

> Is it possible to insert comments (I mean a real comment, not related
> to a specific modified word) in the sides of the text and how, if yes?
> Thanks.
> Giovanni
GRL - 28 Jan 2006 05:52 GMT
Thank you. But when I try to use the macro, I get a fault while running the
macro on the statement:
 .NextParagraphStyle = "Normal " '
The language I'm using is Italian, so I've tried the name of the style
"Normale", but the the fault still remains.
Can you help me?
Thanks again.
Giovanni
> See:
> http://gregmaxey.mvps.org/Margin_Text.htm
[quoted text clipped - 3 lines]
>> Thanks.
>> Giovanni
Greg Maxey - 28 Jan 2006 06:23 GMT
Giovanni,

What type of error?  If I spell "Normal" incorrectly.  I get "item specified
does not exist."  You might try changing "Normal" to some style name that
you know exists, or stet out the line altogther (add a ' in front of it) and
then go back and edit the style in the traditional way to set the following
paragraph style.  Other than that, I don't know what else to offer.

Signature

Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.

> Thank you. But when I try to use the macro, I get a fault while
> running the macro on the statement:
[quoted text clipped - 17 lines]
>>> how, if yes? Thanks.
>>> Giovanni
GRL - 28 Jan 2006 08:58 GMT
No, I get only "Run-time error 5834" and when I start the macro debugger it
highlights the statement.
Thank you for your help and sorry for my insistence.
Giovanni
> Giovanni,
>
[quoted text clipped - 26 lines]
>>>> how, if yes? Thanks.
>>>> Giovanni
Graham Mayor - 28 Jan 2006 12:51 GMT
There is an unwanted quote mark at the end of that line. Start by removing
that, though I doubt that's the problem, unless it has been converted to
some other character during the copying process.

The language issue shouldn't create a problem, however use the macro
recorder to create a new macro.
While this is running, open the format > style dialog/task pane. Select
whatever your PC shows for the normal paragraph style. Click modify and
without actually modifying anything OK out of the dialog. Stop the recorder.
You should get something like:

With ActiveDocument.Styles("Normal")
   .AutomaticallyUpdate = False
   .BaseStyle = ""
   .NextParagraphStyle = "Normal"
End With

Copy the relevant parts of this macro into Greg's macro, replacing the
following section, whilst retaining the first line

With ActiveDocument.Styles(styleName)
 .AutomaticallyUpdate = False
 .BaseStyle = ""
 .NextParagraphStyle = "Normal" '
End With

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> No, I get only "Run-time error 5834" and when I start the macro
> debugger it highlights the statement.
[quoted text clipped - 36 lines]
>>>>> how, if yes? Thanks.
>>>>> Giovanni
GRL - 28 Jan 2006 14:13 GMT
Fine! It runs.
Thank you very much.
Giovanni
> There is an unwanted quote mark at the end of that line. Start by removing
> that, though I doubt that's the problem, unless it has been converted to
[quoted text clipped - 62 lines]
>>>>>> how, if yes? Thanks.
>>>>>> Giovanni
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.