| Thread | Last Post | Replies |
|
| getting variable from access into word | 08 Jan 2004 14:59 GMT | 1 |
Is it possible to pass a variable from an access form and display it in a word document. I want to be able to pass the variable into word, i create an instance of the word object in access. Would i then need to set a bookmark or get a line number and paste it in, if so how would i ...
|
| VBA & VB | 08 Jan 2004 14:14 GMT | 2 |
I am sure this has been asked before, so a reference to a white paper of something similar is fine. How can I make a VBA(Word) project into a VB project. Is it as simple as creating a Word application object in VB and then copying and pasting the VBA
|
| Modifying a Word document without using Word Automation | 08 Jan 2004 12:51 GMT | 4 |
I know that using Word Automation in a server side process, as for example inside an ASP page, is no good idea. Anything I want to do in the current project is: open document, change some text, save and close document. Basically changing some variables, consting
|
| Assigning text to variable | 08 Jan 2004 12:29 GMT | 1 |
Hello, I was wondering how should I assing some selected text (in document) to some predefined string variable. I have selected text using code:
|
| Open document without any dialogs | 08 Jan 2004 12:27 GMT | 3 |
How can I open a document and ensure not dialogs such as the "Document is open exclusively by someone else". I need to open the document for writing and if it is lock would rather the open failed rather than leaving it with a dialog on the screen.
|
| Fuzzy search algorithm | 08 Jan 2004 12:22 GMT | 2 |
Anybody know where I can get some info on a fuzzy search algorithm in VBA? Thanks for any assistance.
|
| Text Alignment -justify in Textbox | 08 Jan 2004 11:55 GMT | 1 |
I am new to VBA, I have to put a text box in a document and align(justify) the text inside the text box. Properties of the text box provides only LEFT, RIGHT and CENTER alignment. so can anyone please help me in aligning(justify) the text.
|
| Macros on a Network | 08 Jan 2004 11:42 GMT | 2 |
I am trying to setup my network so that all the users can share use of a macro Anyone know how I can do this?
|
| Ignoring "Read-Only/Notify" alerts when opening Word docs | 08 Jan 2004 10:56 GMT | 2 |
I am new to VBA and am having problems with writing code to open word documents in VBA. Any help would be appreciated! My code traverses through a specified folder and finds all the Word documents located there. When it finds these docs, it opens each in
|
| Writing Word Documents from VB6 Program | 08 Jan 2004 10:50 GMT | 6 |
Doug, Thanks. I guess I shouldn't have changed the email address -- well the form does say sender's email! Can you point me to some good documentation in the MSDN
|
| Want user to add command button to menu bar | 08 Jan 2004 04:30 GMT | 2 |
I have created templates of all the forms our company uses. To access these templates, I have created another template (probably a document would have done as well) named Sensient Template that has macros with associated
|
| Open File Error | 08 Jan 2004 04:27 GMT | 3 |
I have a DLL that opens a template document, creates a data document and then does a mail merge with output going to a new document. In the code below, when it tries to open the file with the merge fields and another user has it open, the user gets a "File In Use" dialog with ...
|
| deleting w/ backspace | 07 Jan 2004 23:54 GMT | 1 |
When I highlight text and hit backspace, the selection no longer deletes, instead the cursor just moves to the leftmost highlighted character and stops. Is there a way I can get back to the old way of highlighting a word and
|
| AttachedTemplate shows normal.dot | 07 Jan 2004 22:39 GMT | 2 |
Here is the problem. If you have a document that was created from a template the attachedtemplate property shows the name of the template. If that template is missing then the attachedtemplate property shows normal.dot as its value. If you open templates and addins the default ...
|
| Calling Integer Value from Excel spreadsheet | 07 Jan 2004 22:24 GMT | 5 |
I have a word template that upon opening initailizes a form (frmTest) for finding and replacing all instances of specified string. It also opens a text file in the same directory "C:\Text\Text.txt", for performing the find &
|