I've very recently learned how to automatically color-code my calendar entries in MS Outlook using the "Automatic Formatting" facility, so I can now see at a glance for example whether an appointment is marked as urgent or lasts longer than two hours, and things like that.
If possible, I'd like...
In Excel, is there a way to set the background color of a cell from its RGB color code? For example, if cell A1 contains the hex value FF0000 (pure red) then I want the background color of that cell to be pure red.
Many thanks for any help
In Excel, is there a way to set the background color of a cell from its RGB color code? For example, if cell A1 contains the hex value FF0000 (pure red) then I want the background color of that cell to be pure red.
Cheers
I have a RichTextBox into which I want to load a rich text document. When I do this, the document in question (which has no carriage returns in it) doesn't automatically word-wrap within the box, but runs off the end of the top line. I want it to wrap within the box, but I can't find the...
Hi,
I want to copy the contents of a VB5 RichTextBox into MS Word. My RichTextBox is called MyRTFBox. If I use
Clipboard.SetText = MyRTFBox.SelText
and then either Edit | Paste or <Cntl>-V in Word then I lose all the rich text formatting. If on the other hand I use
Clipboard.SetText =...
I have a long document in MS Word which contains many sections and subsections, all of which have numbered formatted headings (Heading 1, Heading 2 etc). I want to be able to reference those section numbers from other places in the document, for example:
"For the formula to integrate the...
I'm trying to set tab stops within a RichTextBox; and have tried a solution described by CajunCenturion some time ago, to which I've inserted a link below. It works fine, and I've used it in my code.
thread222-527497
However, whenever I load a rich text document INTO this RichTextBox, it...
Is there any way I can change the width of the tab stop when displaying rich text in a RichTextBox? I've tried working through all the properties, but I can't find anything that looks relevant, and my online help doesn't seem to cover this.
Many thanks for any help offered.
This one follows on from an earlier query ("Colored Text in TextBox"), but I have a clearer idea of what I'm trying to do now, so I'll start a new thread.
I have a VB5 application containing a RichTextBox, into which I've imported a Rich Text document. That document contains some words which...
Is it possible to change the colors of words that are displayed in a textbox? For example, if I wanted to write "An error has occurred" in a textbox, and to write the word "error" in red, could it be done? I'm guessing that if it's possible at all, then I'd need to insert some control codes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.