Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Is it possible to intercept Font Change? (Word 2002)

    Hi,

    Quick question. Is it possible to intercept the Font Change in a document?

    Thanks, Chris
  2. Selected text - Can i tell what the styles are? (Word 2002)

    Hi,

    I have some code that intercepts the copy command in Word. If a user selects some text which contains more than one styles, the Selection.Style command fails and I get an error. This is...
  3. SendKeys not working with ComboBox? (Word 2002)

    Hi all,

    I have a ComboBox on my form, which when clicked, is supposed to display a dialog box and automatically select a couple of options. I am using SendKeys to do this. However, the SendKeys...
  4. Copy and paste paragraph from Word doc to RichTB? (Word 2002)

    Hi,

    I am developing an application that needs to be able to copy a paragraph of text from a Word document into the Rich Text Box, whilst maintaining the exact paragraph and font formatting etc. If...
  5. Is it even possible to do this? Paragraph Preview (Word 2002)

    Hi,

    Attached is an image of the Format | Paragraph window in native word. I have no idea if this is even possible, but how can I replicate the 'Preview' window at the bottom of the image. It...
  6. Re: How can I find the first period (.) in a sentence? (Word 2002)

    Yes, thanks for that guys!
  7. Re: How can I list all Numbering Styles? (Word 2002)

    Hmmmm. I think there must be some sort of list somewhere. Can anybody advise on this?

    Also, does anybody know how to develop the 'New Picture...' functionality? (See attached image). The user...
  8. Re: How can I list all Numbering Styles? (Word 2002)

    Thanks for a great tip! Very useful indeed.

    One quick question. I have been trying to add each of the WdListNumberStyle members using...

    cboNumberingStyle.AddItem Word.wdListNumberStyleAiueo...
  9. How can I list all Numbering Styles? (Word 2002)

    Hi,

    Using VBA, how do you list all of the Numbering Styles? (See attached image)

    Thanks, Chris
  10. Check if entire document is selected? - SOLVED

    Hi,

    Is there a way in VBA to check if the entire document has been selected.

    ie.

    If 'Entire Document Selected' Then

    'Do something...
  11. Re: How do i check if entire document is selected? (Word 2002)

    Thanks Stuart!
  12. Re: How can I find the first period (.) in a sentence? (Word 2002)

    Hans, thank you!

    I didn't even know the Do While Selection.Find.Execute command existed /forums/images/smilies/smile.gif

    As a side note, do you know how I would go about searching for the first...
  13. Re: How can I find the first period (.) in a sentence? (Word 2002)

    Thanks Sammy.

    Do you know how I might go about looping through all Heading 3 styles in a document?
    Chris
  14. Re: How can I find the first period (.) in a sentence? (Word 2002)

    Yes, I'm sorry. I mean a paragraph.

    Basically what I am trying to do is loop through a document, search for all Heading 3 style paragraphs, then within each paragraph found, search for and replace...
  15. How can I find the first period (.) in a sentence? (Word 2002)

    Hi,

    I'm sure there is a simple solution to this, but using VBA, I need to loop through each sentence in my document and place a carriage return after the first period (.)

    What is the most...
  16. Replies
    22
    Views
    792

    Re: How can I do this??

    Thanks Hubert /forums/images/smilies/smile.gif

    Instead of using the text boxes, I have used one label with 3 arrays for the after, before and number format strings. It seems to do the trick.
    ...
  17. Replies
    22
    Views
    792

    Re: How can I do this??

    Thanks Hubert.

    I seem to be making some progress now /forums/images/smilies/smile.gif

    One quick question. How did you handle the 'Before' and 'After' functionality? Did you create three...
  18. Replies
    22
    Views
    792

    Re: How can I do this??

    Thanks for the extra info. Hubert.

    Regarding the issue surrounding Word's functionality of changing the selected list level to take up two lines in the preview pane while all other list levels...
  19. Replies
    22
    Views
    792

    Re: How can I do this??

    Hi Hubert,

    Thanks so much for the feedback.

    This thing has been driving me insane for the past 3 days (and nights!). I will certainly try what you suggested.

    Out of interest, do you have any...
  20. Replies
    22
    Views
    792

    Re: How can I do this??

    Apologies for the rather vague post Charlotte.

    Basically, what I am developing is an application which enables users to create a custom outline numbered list using a user form (of my own creation)...
  21. Replies
    22
    Views
    792

    Re: How can I do this??

    Well, if possible, I need to match the graphic preview window as closely as possible. Is this doable?

    If not, can anybody suggest an alternative as to how to replicate the graphic preview window?...
  22. Replies
    4
    Views
    266

    Re: What control is this? (Word 2002)

    It is the preview graphic control that I need to somehow replicate.

    Take a look at the native preview window in word:

    Format | Bullets and Numbering | Outline Numbered | Customize

    Do you...
  23. Replies
    22
    Views
    792

    Re: How can I do this??

    Thanks Sam, I'll look into that.

    Out of interest, if it is a multiline textbox, how is the image dynamically altered as the user types in text?

    The 'Heading 1 --------------------' thick black...
  24. Replies
    22
    Views
    792

    Re: How can I do this??

    Hi guys,

    I think something involving the Change event is the way to go, however, I am still at a complete loss as to how Word manages to change the actual image depending on what the user types....
  25. Replies
    4
    Views
    266

    What control is this? (Word 2002)

    Hi,

    Apologies if I covered this in my other post, but I have attached an image which contains some sort of graphic control that dynamically updates according to user actions.

    Does anybody know...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4