Search:

Type: Posts; User: jweissmn1; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Word 2007: Different footnote separator style for first page of a section?

    Someone else is struggling with this, and I got curious.

    Is there any way to have a different format for the footnote separator in different sections or on the first page?

    I know the draft view...
  2. You want to make a list style, I believe. Use...

    You want to make a list style, I believe. Use the multilevel list button. Good instructions here:

    http://www.shaunakelly.com/word/numbering/numbering20072010.html

    - Jessica
  3. Replies
    2
    Views
    292

    Do you have the styles pane set to display Styles...

    Do you have the styles pane set to display Styles in Use, or All Styles, or what? The behavior of the pane in Word 2010 is less predictable (the polite way of saying it) than in previous versions. ...
  4. Replies
    5
    Views
    449

    Cool! Rerquires eyeballing by a human, but it...

    Cool! Rerquires eyeballing by a human, but it does draw attention to the suspect paragraphs one by one. You could probably jigger a replacement for this line:

    For Each oPara In...
  5. Replies
    11
    Views
    844

    To update fields in the main body of the text,...

    To update fields in the main body of the text, select it all and press F9. If what you want is in a footer, the easiest way to do it is to select the field and press F9. I have a macro someplace...
  6. Replies
    5
    Views
    449

    This is a very hard problem, mostly because it is...

    This is a very hard problem, mostly because it is difficult to define a mismatch unambiguously. Is a mismatch two right parens without a left paren anywhere in the intervening text? If so, what do...
  7. Replies
    11
    Views
    844

    If I understand what you are doing, you're using...

    If I understand what you are doing, you're using a Styleref field to show the chapter number on each footer. You're drawing the chapter number from a Heading style, I'd assume.

    Things to check: ...
  8. I knew it was here somewhere, but searches didn't...

    I knew it was here somewhere, but searches didn't turn it up and all the links elsewhere are to the old wopr location. Thanks for posting the direct link.

    For others following the link, the most...
  9. Here is a reference that shows how to do similar...

    Here is a reference that shows how to do similar things using formula fields and VBA, with no need for Excel.

    http://www.addbalance.com/word/datefields2.htm

    Also check out Macropod's amazing...
  10. It looks to me as though the first instance has a...

    It looks to me as though the first instance has a space after GetDimensions and the second doesn't. If I am reading this correctly, that might be the difference.

    Also, is there some indexing...
  11. When you set up a multilevel list with the styles...

    When you set up a multilevel list with the styles linked to heading numbers, you can insert fixed text before the numbers. I do that regularly to have step numbers that start with the word Step.
    ...
  12. Replies
    5
    Views
    472

    Remember that for Word, a page is a fleeting and...

    Remember that for Word, a page is a fleeting and coincidental thing, dependent upon the printer selection and so on. If you look at the Word object model, page has essentially no place in it. PDFs...
  13. As far as I know there is no way to do that. ...

    As far as I know there is no way to do that. There may be sneaky ways to copy the dictionary files, but as for the others I think you're out of luck.
  14. Thanks, Andrew. I finally fixed it (yesterday) by...

    Thanks, Andrew. I finally fixed it (yesterday) by defining a multilevel list with my paragraph style attached to the first level of the list. There was some strange conflict between the paragraph...
  15. No, I want Step 1 to look like all the others. ...

    No, I want Step 1 to look like all the others. By "outdented" I mean that the setting for hanging indent seems to disappear so the wrapped line starts at the left margin.

    All the other steps...
  16. I am shamelessly piggybacking on this, because I...

    I am shamelessly piggybacking on this, because I have the same symptom for a single-level numbered list. NOT an outline list. If this is a violation of the rules, oh ListWatchers, let me know and I...
  17. Something is screwy here. I tried your exact...

    Something is screwy here. I tried your exact code in 2007, with a counter variable being incremented and a msgbox showing the counter replacing Do Something.

    It finds the first instance of...
  18. Thanks. that will certainly work. What I had...

    Thanks. that will certainly work.

    What I had in mind and have finally found again is the VBA method ConvertNumbersToText. You can use it for a list object, a listformat object, or an entire...
  19. Interesting and useful. But doesn't solve my...

    Interesting and useful. But doesn't solve my particular problem which has to do with char styles that show up ONLY in the Search box and are not related to the linked character styles discussed in...
  20. Replies
    2
    Views
    406

    Under Word Options, Display, Printing options...

    Under Word Options, Display, Printing options make sure that Print drawings created in Word is checked.
  21. Another approach entirely would be to use a SEQ...

    Another approach entirely would be to use a SEQ field with live numbering right up until the time you were done with the doc or at least done with putting in new requirements. At that point you...
  22. Thanks. I don't use format-to-style, and I have...

    Thanks. I don't use format-to-style, and I have set the option to display only real styles in the styles pane.

    What I am dealing with is char styles embedded in documents that originated in 2003...
  23. Not sure what I am supposed to pass to the first...

    Not sure what I am supposed to pass to the first procedure - do I need to add a control or something?

    In any case, I copied the code as is, ran it, and no char styles were deleted.

    Has anybody...
  24. Hi, Paul. I understand that the macro only...

    Hi, Paul. I understand that the macro only creates TmpSty on purpose. However, before I ran this particular test of the macro I had a Body Text style but no Body Text Char style. After I ran the...
  25. Ok, this is getting wierder. I created a new...

    Ok, this is getting wierder. I created a new untouched Normal.dotx. It has no char styles in it. I ran your macro, copied and pasted.

    It created, and I am NOT making this up, a style called...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4