| Thread | Last Post | Replies |
|
| Spell Check Macro in Forms | 02 Aug 2006 16:38 GMT | 1 |
I created a form with form fields a few months ago and it is protected. I got a call from a uset stating they could not spell check the info they typed. I did some research and found a Spell Check code and I pasted it into the code for Visual Basic, but I could nver get the ...
|
| Nested Loop statements | 02 Aug 2006 14:45 GMT | 1 |
Im relativly new to VB and having some problems I hope someone can help me with... I have some master worksheets listed on a page called tree (they are in coloumn H) which I wish to copy some of these have sub worksheets (also
|
| how do i can make pie charts | 02 Aug 2006 14:03 GMT | 1 |
I want to draw or make pie charts or pie diagram
|
| generating a count of items in an array | 02 Aug 2006 13:57 GMT | 2 |
I have an array (shown below as "varArr") in which a macro searches for terms in the array ("text1", etc.) with a while statement. I occasionally add or delete a term from the array. Is there any way of using UBound or something else, to pick up the quantity of terms to be used ...
|
| Extract doc into text with 75 char line length | 02 Aug 2006 13:08 GMT | 1 |
Does anhyone know of a VBA command that will take a Word doc paragraph and convert it to (approx) 80n chars in width, while splitting the line at the end of a word (ie, not to split at exactly 80 chars, but to split at the last full word before the 80 chars is reached).
|
| WORD using an EXCEL database brings a 0 into the merge field | 02 Aug 2006 11:56 GMT | 2 |
I am using excel as a datasource for a WORD document that is set up for merging. Whenever I have a blank field in my datasource, the merged field in WORD shows a 0. Example: John 0 Jones instead of John Jones. I need the formatting to also not include the space if the field is ...
|
| PDF TO WORD | 02 Aug 2006 10:43 GMT | 2 |
does anyone know of any piece of sw that can convert a pdf file to word cleanly? i have a document with lots of formatting and when i use Adobe 6.0 to convert the pdf file to word all the formatting gets messed up.
|
| Word VBA Documentation | 01 Aug 2006 22:13 GMT | 4 |
I don't have any documentation for Word VBA. Is it available for free on the Internet?
|
| change default printer | 01 Aug 2006 21:57 GMT | 1 |
I have an application that runs word in batch, and I want to change the printer to use a duplex printer. Print the report, and change the printer back to the default printer. I created this template, which resides in templates directory, with a
|
| find bold headings and add a return(or tab) after it | 01 Aug 2006 19:41 GMT | 1 |
have a document like this... 1.0 Introduction(this is bold). Welcome to my document(first sentance of a pragraph that isnt bolded text). I need to put a return or a tab after the heading stuff thats in bold. Note
|
| Move cursor to end of table of contents | 01 Aug 2006 15:06 GMT | 2 |
Hi all, I have a macro which adds extra text into the table of contents, but for it to work correctly, the cursor needs to be placed at the end of the TOC. Is there a way I can get word to place the cursor there automatically, rather
|
| Capturing Information via a User Form | 01 Aug 2006 14:06 GMT | 1 |
I'm using a user form to capture fax information for a fax cover sheet. 1) Is the RANGE property the preferred means of grabbing info from a field and placing it into a field on the user form? ex:
|
| Questions regarding Userform/Macro | 01 Aug 2006 13:06 GMT | 5 |
Hello, it's been a while since I've posted my problems here :D but I'm still having the same ones... I've got a macro that will insert a form number in a document (where ever the cusor is) and it works well. When I tried insert the option to omit the last page from printing I ...
|
| Removing unusual Char Style | 01 Aug 2006 11:49 GMT | 2 |
Windows XP - Office 2002 / 2003 I have some VBA that loops through the Styles Collection identifying Char styles. I then copy the Styles and break the link. I then delete the Char style. I cannot delete one Char style named " char" (please read "space
|
| combine the content in multiple field into 1 | 01 Aug 2006 11:19 GMT | 6 |
I've created a human resource form and there is 1 field for them to fill in their bank Account. In order to ensure the users enter the correct bank account(16 digit bank account), I've set in 16 column for the bank account field as the users seem
|