Hi,
Quick question. Is it possible to intercept the Font Change in a document?
Thanks, Chris
Type: Posts; User: csf; Keyword(s):
Hi,
Quick question. Is it possible to intercept the Font Change in a document?
Thanks, Chris
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...
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...
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...
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...
Yes, thanks for that guys!
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...
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...
Hi,
Using VBA, how do you list all of the Numbering Styles? (See attached image)
Thanks, Chris
Hi,
Is there a way in VBA to check if the entire document has been selected.
ie.
If 'Entire Document Selected' Then
'Do something...
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...
Thanks Sammy.
Do you know how I might go about looping through all Heading 3 styles in a document?
Chris
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...
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...
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.
...
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...
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...
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...
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)...
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?...
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...
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...
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....
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...