First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
Public Const strConstantBlue As String = "RGB(79, 129, 189)"throwing error messages
> What's wrong with the declaration statement of the Public Constant? There's nothing wrong with the declaration, but a. Word VBA expects a Color to be set to a Long (i.e. 32-bit integer) type b. VBA will not automatically convert a string with the value "RGB(79,129,189)" to be the Long value that you n... 24 Jan 2010 11:20
VBA Macro SaveAs Newbe
I need to save a word Document on a tool bar button The SaveAs name needs to be different each time ( a quote number, on the document). I have managed to do this in Excel as shown below SaveAs Filename:= "\\Quotes\Quote No" & Range("Quote_Number") & ".xls", How can I do the same in word. Do I reference the e... 23 Jan 2010 07:40
Posting and Email Notificatio
I have been signed in for 2 years and everything worked fine, I could search for bryan and find all, I check 'Notify me of replies' and I would get an e-mail notifying me of response. Now, when I search for bryan, it only shows older post, nothing this year. And I do not get emails of replies on post. Is ther... 22 Jan 2010 19:45
Using VB for RGB colors in C#
Hi Cindy, Thanks for giving this answer! It helped me solve my problem (I was coding in C# and needed an RGB color), and could do it easily using your solution. Cindy M. wrote: Re: How to set Word colors in c#? 18-Jun-08 I copied the following from the VSTO forum some time ago: "You can't directly co... 22 Jan 2010 05:06
add multiple labels sizes to word as an new producer
Hi all, is there a way to add multiple labelformats to word. Its easy to add 1 new size but if you have 200 sizes and want to add this to word and make is distributable then it is not working. for word 97 and word 2000 this was not a problem We did it by regfile editing see below: is there a way to add multi... 22 Jan 2010 09:32
Uh Oh!
It doesn't work! When I run my completed code, I get the message: 'The graphics filter was unable to convert this file' Any ideas? the picture in this case is located at: http://imgsrv.gocomics.com/dim/?fh=fd933fd26e764bfd5ca061710701f811&w=900.0 thanks again. ... 22 Jan 2010 20:51
Formatting "Caps" in a Style
Using Word 2007 Is it possible to include the changing of font case to Capitalize Each Word in a paragraph style? I would like the text to appear as: This Text Is In 'Capitalize Each Word' Case I would also like to avoid the use of Shift+F3, if I can. TIA David ... 22 Jan 2010 16:22
How do I capture user's login data in a form
I want to set up a form in Word that contains questions with check boxes (yes / no ) etc. with the next field in the table set up to display the log in information for the person who completes the form; i.e., if I check the box, my name and completion time / date is captured and displayed in another cell in the... 21 Jan 2010 19:13
Non-modal forms and multiple documents
I have a non-modal form over my documents for convenience tools while I am working with it. Essentially a constantly-running macro until the form is closed. It is set to automatically run upon opening the file. The macro/form is based off a template file so that if I send the document to someone else, they won... 21 Jan 2010 14:38
Duplex printing with macros
"Keith" wrote: Alex, Thanks for the help. That worked the way I needed it to. The only problem I have now, is I need the binding to be changed. I need it to be changed to legal binding, that way when i flip the pages up, i can read then without having to turn the folder. Below is where it tells me t... 26 Jan 2010 21:14
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68