| Thread | Last Post | Replies |
|
| scrolling word in browser | 16 Mar 2004 02:39 GMT | 1 |
I'm not sure how to implement this. We have 2 frames on browser (Internet Explorer for sure). Left frame: list page number in html format like <a href=.???.>page x<a/>) and
|
| wrdTemplate.AutoTextEntries(pszAutoText) is truncated at 255 characters? Why? | 16 Mar 2004 02:31 GMT | 9 |
I'm using a number of autotext entries, some of which have say, 350 characters. If I insert them into a document using the AutoText button on the toolbar, they retain their original number of characters.
|
| report preparation | 16 Mar 2004 02:29 GMT | 1 |
I have some 10 .txt files which I want to append one after another int a single word document.In between each file I want to insert a blan page.Also the pages should be numbered.How do I do this programaticall in word.I should be able to specify the full path of the .txt files
|
| Pre Enum | 16 Mar 2004 02:25 GMT | 1 |
VBA - Is there a way to limit choices in a function using Optional, = when Enum can’t be used, as in Office 97 and earlier?
|
| Prints blank pages HELP! | 16 Mar 2004 02:19 GMT | 1 |
I am trying to print a brochure out of word and it keeps spitting ou blank pages ( and yes i checked the ink there is absolutely nothin wrong with the printer)! Printer is fine, I was able to print regular word document with no problem. When I try printing th
|
| multipage move text up | 16 Mar 2004 02:13 GMT | 1 |
I have a multipage with several textboxes some of these textboxes become visible when a checkbox is true and hidden when the checkbox is false what I want to know is if a textbox is not visible can the text below move up and into the area occupied by the textbox and when the textbox ...
|
| Macro to update the TOC when all the fields are beeing updated | 16 Mar 2004 02:11 GMT | 4 |
In a protected document with formfields the toc won't be updated anymore. I wrote a macro to do this job. Sub DoTocUpdate() Dim tmpTOC As TableOfContents
|
| Send text from Access with embedded fonts | 16 Mar 2004 02:10 GMT | 1 |
Thanks in advance... I am sending text to a table/cell in Word from an Access table, memo field. I can do this just fine. Then I use the Document and search for text to bold and change font size. I would like to embed the "codes" to do the bolding and font size change in my ...
|
| Need to select a section of text up until no more numbers or dots and then... | 16 Mar 2004 02:08 GMT | 1 |
Hi all, I'm relatively new to VBA (never used it in word before) but I have the following visual basic code that almost does what I want (by the way I'm using Word 2000): Selection.MoveRight Unit:=wdCharacter, Count:=1
|
| Commandbar with document-specific content | 16 Mar 2004 02:02 GMT | 1 |
As part of a 'databased' software solution, we are developing a Word add-in (a .dot template actually). This template creates a Session object (ActiveX) that connects to a database and allows the user to import certain things (texts, diagrams, etc.) into
|
| SaveAs help | 16 Mar 2004 00:36 GMT | 3 |
hello, all. i've made a template which involves a userform. when the user clicks 'ok' on the form, i have the form ask if it's ok to save the file a certain way (as seen in code below). if they hit 'yes', i save it the way i want. if they hit 'no' what i would like is for the ...
|
| Do not prompt user to save | 16 Mar 2004 00:27 GMT | 1 |
Hi I am opeing a word document through code in readonly mode. Then I attach datasource file (excel file) again throuh the code. Once the letters are printed, users close this
|
| Revisions | 15 Mar 2004 23:40 GMT | 1 |
I have a function that I need to call with all the revisions accepted on the document, but it should not reflect on the original document that I have open Here's my code. Word.Range range = WordHelper.GetRange(Application.ActiveDocument); //here's where I need to send a copy of the ...
|
| Simple code crashes VBA | 15 Mar 2004 23:28 GMT | 12 |
I am back trying to learn VBA with a book and the following simple code taken from my book seems to crash Word (in fact I added the Dim line because VBA seemed to be saying that it was needed) Sub tableascii()
|
| How do I add a custom shortcut menu | 15 Mar 2004 22:35 GMT | 1 |
I have taken a class on VB6, and I can handle VBA for Access. I can't figure out how to do this in VBA for Word. What I want to is add a custom shortcut menu of hyperlinks to an image in a Word document. This is not a form for a group of people to use, it is just
|