| Thread | Last Post | Replies |
|
| VB is slower than VBA. Why? | 10 Oct 2005 10:06 GMT | 4 |
I wrote a program in VBA. It took about 4s. I wrote this program in VB. It took 60s. Is VB slower than VBA? Why? How to improve the performance in VB? The source code as follows:
|
| Printout Userform | 10 Oct 2005 08:33 GMT | 3 |
Hello NG, I want to printout a userform. I use the command "me.printout" The position of the user form on the sheet of paper is always in the left / top edge.
|
| Insert a document into another document? | 09 Oct 2005 21:24 GMT | 2 |
I am using a template to create documents. I would like to create one large document using documents created with the template. However, there is no need to save any of the intermediate documents.
|
| Userform causing document view/layout to change | 09 Oct 2005 20:59 GMT | 2 |
I have a userform set up to enter data in bookmarks. All that works fine. My problem is that when the user clicks OK in the Userform then the document view changes from Print Layout to Normal. I want the user to stay in Print Layout mode as most users do not know how to change ...
|
| put web button back on toolbar like Word97 | 09 Oct 2005 14:58 GMT | 1 |
A feature I miss on Word 2003 is the web button. If I need to see the location of a file I can click on this one button check then move it off the line. Thank you for your time. ----------------
|
| Selection.Range Unexpectedly Collapses | 08 Oct 2005 21:43 GMT | 2 |
This came up in a separate topic and I thought it might be lost in the weeds. I decided to bring it up here in a dedicated post in hope of stimulating the discussion. A group of us discovered quite by accident yesterday that if your delete
|
| Using Range.Delete inserts a space after the deleted character | 08 Oct 2005 21:06 GMT | 5 |
When I use Range.Delete() to delete a character in a run, Word automatically inserts a space after it. So, given: "aaaXbbb" When "X" is deleted, the result is: "aaa bbb" (with a space in the middle) I tried setting Options.SmartCutPaste to false but it does not help.
|
| End of column shenanigans | 08 Oct 2005 20:57 GMT | 3 |
Here's a problem that got me puzzled Let's say I have a range. I find the last character: last = range.Characters.Last
|
| How do I monitor the printer? | 08 Oct 2005 14:16 GMT | 2 |
I have a batch of Word documents that are getting sent to the printer. How do I verify that they have been successfully printed? I would like to stop sending documents to the printer if the printer is offline.
|
| Image compression using VBA | 08 Oct 2005 12:33 GMT | 6 |
How can i compress all images form a document using VBA. Already tried the Macro recorder, but no luck :-( Thanks in advance, Robertico
|
| image from word | 08 Oct 2005 11:43 GMT | 2 |
i want to get an image from MSWORD without cut/past. thinks.
|
| F1 not loading ADODB help file | 08 Oct 2005 10:05 GMT | 1 |
I have referenced Microsoft ActiveX Data Object 2.8 Library. It is very annoying not being able to press F1 to find help on any of the ADODB objects. Does any one know how to set the help file up? TIA,
|
| Word Document open delay caused by disconnected template. | 08 Oct 2005 06:46 GMT | 5 |
We have about 3,000 documents that are based off templates. I was unaware that word looks for the original template when it opens. Does anyone have an automated way to modify these documents and remove that link and replace it with normal.dot? Here are some other issues with ...
|
| Difference between MacroButton field and CommandButton | 08 Oct 2005 05:18 GMT | 1 |
Being very new, I am interested in when you might use one of these over the other. I have a macro written in VBA editor called MoveData that opens another document and passes values from the first docuemnt into it. The macro
|
| macros and SharePoint WSS document libraries | 08 Oct 2005 04:03 GMT | 1 |
I am new at macros. I have a macro that is stored in a document project in "this document". When run, the macro opens a second document and passes values entered by the user into the first document into corresponding fields in the second document. This works well from Word.
|