| Thread | Last Post | Replies |
|
| Remove row height not usefull in a table | 23 Nov 2006 11:09 GMT | 1 |
I'm wondering if there's a way to remove all row height space not usefull. As example, I have a table in excel which contains a line that takes 2 rows height. After copying the table, this line takes only one row in word but word let the row height as if it takes 2. Is there a ...
|
| Searching for a graphic in a header/footer | 23 Nov 2006 07:39 GMT | 5 |
I cannot find anything in Mac VisualBasic for Word to show how I can find an anchored graphic (a logo) and to switch its visibility on or off for printing. If I put the logo in a text box inline a paragraph with a unique style I can
|
| MS Word select and scroll is slow | 23 Nov 2006 03:45 GMT | 4 |
i have a user that uses the mouse to select text moving down a page with the mouse. Basically a left mouse click and moving down the page to highlight the text. This isa new PC and are running office 2003 pro with all the service packs.
|
| DSOFramer & Word 2007 | 22 Nov 2006 22:07 GMT | 1 |
It appears that the DSOFramer.ocx project (http://www.microsoft.com/downloads/details.aspx?familyid=CE2CA4FD-2169-4FAC-82AF -770AA9B60D77&displaylang=en) will no longer save Word documents when using Word 2007 (released version). However, it works ok with the Beta and TR of Word ...
|
| Audio LedMeter Implementation | 22 Nov 2006 22:00 GMT | 1 |
Can someone help me to find some guides or give me some help to implement an audio app using the audiocontrols2 activeX of Visual Basic 6.0 to show wave level meters?
|
| Automatic entry of information based on drop down list choice | 22 Nov 2006 20:59 GMT | 1 |
First of all, I'm a novice when it comes to macros, VBA, etc. I have created a template that needs to be filled out each month. What I want it to do is this. When the individual opens the document and chooses which contract he is working on, one section of the form will ...
|
| Speeding Up Word Table | 22 Nov 2006 20:27 GMT | 5 |
I have a fairly large Word document that a .NET page creates......between 2 and 10 MB depending on what the user selects. The problem is that the file works great if I am just inserting text, but if I try to build a table in word all of a sudden the file takes sometimes up to 30 ...
|
| Lock range for editing | 22 Nov 2006 20:22 GMT | 3 |
Is there any way of programmatically locking a text range for editing (i. e., the Backspace key wouldn't delete any character within it and it wouldn't be possible to copy or paste it)? I'm not talking about form fields. I want to prevent the user from editing different parts of a ...
|
| Word text boxes | 22 Nov 2006 19:48 GMT | 2 |
How can I align text to the bottom of a text box rather than the top and how do I set this up in a subroutine
|
| Inserting autotext (picture) into a Header | 22 Nov 2006 17:28 GMT | 5 |
I am trying to put a picture into a first page header then its footer. I can do this manually, but cannot get it to work via VBA. The pictures are in autotext in the attached template. At first I had bookmarks but all the macro would do was delete the bookmarks
|
| How do i parse a word document usin a macro to get the text inside | 22 Nov 2006 14:27 GMT | 4 |
I have a document which contains a fax number inside it. How can i open this document(from a macro) and read the document and get the fax number? I want the faxnumber to be read from the macro, so that the macro can fax the document to that number attatching the document just read ...
|
| Checking To See If BookMark Text Exists | 22 Nov 2006 13:41 GMT | 4 |
Hi, Everyone. I've got a form which I'm using to populate a document at certain bookmark points. I use optionbuttons for this task. Here is a few lines of code:
|
| Problem with date and its format. | 22 Nov 2006 11:05 GMT | 1 |
I am using word 2003 proff. edit. I have a form with a normal textbox on it. I am using the UserForm_Initialize() to make the textbox initialize with the current date. I do it this way:
|
| Hyperlinks on userforms??? | 22 Nov 2006 01:52 GMT | 4 |
I want to add an internet address to a userform that the user can simply click on and it will launch the site. Normally I would do this with a hyperlink but I haven't figured out how to do it in VBA. Is there a hyperlink control or a special way of formatting a text string in a ...
|
| Word 2007 Quick Access Toolbar | 21 Nov 2006 23:31 GMT | 5 |
I added two buttons to the QAT to run specific macros. I need to be able to disable one or both of them depending on the loaded document. I could do it with Office 2K3 and command bars but the QAT is a different
|