| Thread | Last Post | Replies |
|
| Public Func in DocObj Code | 02 Jan 2005 16:49 GMT | 4 |
A call to a Public function in the code for a userform object results in an error message if the "Public" function is in the code for a document object, but not if the Public function is in a standard module. The error message is that the function is not defined.
|
| Optimising Picture Size with Compression | 02 Jan 2005 15:18 GMT | 3 |
Through VB how can I optimise the compression of pictures in my documents? Assume I want to open the document and then optimise all the pictures in the document. Thanks in advance
|
| Inserting a picture | 02 Jan 2005 06:20 GMT | 2 |
I need to insert a picture from vb into a word document. The picture is of type StdPicture. How can I do it? Thanks, Ivan
|
| Down grade Object Library | 01 Jan 2005 13:53 GMT | 2 |
I am using Word2000 to write my macro. There is no error for other users to use who are using the same version of Word. Unlucky, my boss is still using Word97. What can I do to minmize my effort instead of reset the object libray in his PC?
|
| Msg Box Prompts | 01 Jan 2005 06:05 GMT | 3 |
I have been fumbling around with macros for about a year now and every time I try to put together a msgbox I pull my hair out with the structure i.e. trying to get the " and the $ and the , and the & in the right place as in the example below
|
| select first sentence of paragraph | 01 Jan 2005 04:23 GMT | 2 |
I am trying to loop through the paragraphs of a document and select in turn the first sentence of each paragraph, and apply formatting. The line below selects the whole paragraph:
|