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 =...
Many thanks - I'll check out crossreferencing in the online Help.
I stand corrected: I'm using the term "section" incorrectly. I meant sections and subsections as they might be used in the context of a book, i.e. numbered chapters and sections within chapters.
TF1 - yes, that's exactly it: I...
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...
Hmmm - I don't think that's it: the text I'm loading is multi-coloured, contains words in both italics and bold, and still retains those characteristics in the RichTextBox. Doesn't that mean that it's being loaded as rich text? But if I'm wrong, can you suggest an alternative way to load it...
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.
My work's progressing brilliantly, thanks to everybody here. You've saved me ages!
One very quick final question (honest!): having loaded an RTF file into a RichTextBox, how can I select the whole document (i.e. as if I had hit Control-A when editing it in a normal word processor)? Does one...
I have two last questions, after which I reckon I'll have answers to everything I need.
Firstly, I want to be able to apply the search-and-replaces I've described above just within a portion of the text that I may have highlighted by dragging the cursor over it, for example to select just one...
There is an option to specify the number of factors: it's "Nfactors=3" (4, 5 or whatever), so presumably 2 is the default. My apologies: I assumed you had already tried that, and still failed to get the required number.
The syntax of all the options can be found in SAS's online help under...
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...
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.