o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

quick word automation question -

I wrote this app that uses some word automation and it works fine on my PC but not on another PC

My PC has office 2k3 while the other has office XP so I am sure the problem is there because I have a reference to Word 11 (2k3)

Now the automation I am using doesn't use anything in 2k3 that is not available in XP, so how do I make the automation use whatever version of word is installed? This is an internal office app so it doesn't need to work on anything below office xp.

Could I late bind the word objects? like

set objWordApp = CreateObject("Word.Application")

I know late binding isn't so hot, but in this case maybe its the only solution?

 

quick word automation question -
I wrote this app that uses some word automation and it works fine on my PC but not on another PC My PC has office 2k3 while the other has office XP so I am sure the problem is there because I have a reference to Word 11 (2k3) Now the automation I am using doesn't use anything in


Automation Of Excel/word Question -
If users here have office installed on their computers.. do I need to distribute any additional files if I add automation of excel or word to my app?


Word Automation in Vb.net -
Hi! all I made an application that automat with word application. but it is very very very slow when i process(get the text from word document and replace the other language after translate) with word application. I do not know how to make this Automation fast. Could some body


Word Automation quest -
Quick question. Using MSWord Automation, I want to open a pre-defined document, but not have the user able to easily save over the existing file. More than likely, they are just going to open and print, but in some cases portions of the document may have to be changed to suit sp


Hey, no one developed a Word automation in C# before -
I've searched and did not find any topics about Word automation in C# in this C# subforum. Can any one give me a link to this kind of project?


A question about VB.NET automation -
OK, heres the question. With Put and Get i can use VB6's automation to just shove them into a file, BUT i cannot do this with a Collection. In VB.NET does their automation support the direct saving of Collections?


Automation - Microsoft word -
How do i check if word is already open and if its open get a automation handle that works the same as set wrd = getobject("word.application") Etc And if my program crashes hwo can i get word shold close if i opened it with getobject. Really app any help


Word Automation Questions -
I have developed a database application that has a memo field tied to a RichTextBox. I have added the neccessary code to send the contents of the RichTextBox to Word through automation and it works fine. My questions are thus: 1)I am using Word 2000 on my system and have included


Word Automation (RESOLVED) -
Hey, How can I export a document using Word Automation? Thanks,


Automation Error VB6 -
Hi I am using this code and it was working fine. Now all of a sudden it gives me an error "Runtime error -2147221163 Automation Error Interface not registered Does anyone know how to get rid of this error. This is the code. It is exporting data to MS WORD Dim oWo


Word Automation Problems -
Hi, I have an application that using word automation to create a word document. I have referenced the word 8.0 object library and the application works fine on a machine with office 97 installed. However I have installed the application on a machine with office 2000 and XP and


why word automation with vb.net so slow -
Hi all! I build a word automation application for get and set the text and replace text in MS word but my interaction is so slow. I do not know why and no solution also. if some one have know please help me? Best regards, Thirith.


*Resolved * Word Automation Moving Down -
Hello Everyone, I am working on an existing project were I am creating a report with Word. I have created a table on the form, but I am stuck in the first row of the table. I need to know how to move down on the page out of the table, or if someone can direct me to a site with W


Word Automation -
Hiya, I've made an app that does a lot of Word Automation, but i made it to automate word 2000. I've got it to check whether word is already open, if not open it and do loads of (looks nice) crap. Problem is, it's going to be running on some machines with Office 2000 and some


OLE programming and automation (MS Word) -
I’m trying to implement OLE automation embedding an instance of MS Word within a VB application to use as an embedded text editor. I’m having real difficulty finding printed materials to support specifically what I’m doing. Please recommend support materials that are explicit


*RESOLVED* Table Alignment with Word Automation -
Does anyone have any idea how you set the alignment of a table using Word Automation? I can align cells and paragraphs but not whole tables. Any clues would be muchos superbos! Thanks


word 2000 automation -
Is there any place own the WEB that has tutorials on Word 2000 automation from VB. I've done simple tasks, but would really like a tutorial to expand my knowledge (very limited knowledge). Anybody know?


*Resolved* automation error (Word Application) -
I am getting an Automation Error while attempting to open a file with Document.open method with the word.application object. Below is the code I am using. Dim myWord As Word.Application Dim myWordDoc As Word.Document Set myWord = New Word.Application -> error stope here.


[2005] Word automation question (RobDog, if you're listening ...) -
Hey there, This is really more of a "Word" question, although I am posting it here because I am using VB to automate the process in Word. I am in the process of converting a VB6 app to VB2005, and in the VB app, I have a process whereby the user can maintain items that


A quick question from a rookie -
Is it possible to use the SELECT statement from Word 97 (Word 8) VBA? I appreciate your help.


Automation Errors -
My VB app has a lot of reports which use Word, Excel and Access to present data. Quite often (but a seemingly random intervals) I'll get an automation error 462, something like 'Unable to connect to server'. If I close my VB app and the Office application (eg. Word) and restart, th


Checking if MS Word is installed. -
Hello, Just a quick question. From my VB6 App I transfer data to a MS Word Template. This all works fine but how do I check first to see if Word is installed on the comuter and display an error message if it is not. Thanks Steve.


Opening Word and Documents,,, Automation Error -
I am having trouble opening Word and a document from VB (and Access for that matter) I copied the following code from the MSKB Q313193. Private Sub Command1_Click() Dim oWord As Word.Application Dim oDoc As Word.Document Dim oTable As Word.Table Dim oPara1 A


Help newbie! -
ok a couple quick questions. first I need to make a simple word scramble game for a class in vb.net. It just needs to print a scrambled word in a label, then you answer in a textbox and then the program compares your answer to the word to see if they're correct then displays in a


Word Automation Question -
Hi Guys, I was wondering if anyone can guide me in the rite direction for something that I want to do. What I want to do is have my program load a Word Template (a letter) and insert the clients name address etc into the document. I want to make it so the template can be modifie


Internet Explorer 5.5 -
Hi I would like to know if IE 5.5 is an Automation compliant software? Would it be possible to control its object through Automation coding jus like those office applications ( Excel,Access,Word ) ? Thanks for the help!


Word XP automation from vb6. Menu fails to load -
Hi, I have a big problem here and no one could help me so far. I work in VB6 with the word xp automation, and everything looks fine only that sometimes completeley random, the word menu fails to load in the opened document. The document appears alright but no menu can be seen. I could


automation error with word -- getting desperate!!! -
I'm just testing my app on other systems and I keep getting an automation error 2147023067 {800707253} when I try to get my app to open up a word document. I'm testing on a Windows 95 system that has MS word 97. I have included the microsoft word 8 object library. my code is as follo


Word Automation - Insert a Page -
Hi, I know I should not be working on the day before chrismas, it is so exciting. But I have this problem. I am using Word Automation. I can open a instance of word and open a document (which has 10 pages). I want to insert a new page after ever page in my opened document. Dose


Word Automation -
I'm using the Word object's Open method to open a file, eg Dim objWordApp as Word.Application Dim objWordDoc as Word.Document


[02/03] Word Automation -
How must I go about manipulating word documents in my application. I know I must set a reference to the word object, but that's about it.


how to underline the incorrect word in ms word -
hi all! i built an word automation application with vb.net about spellchecking. when i found the incorrect word i do not how how to put the red underline as word use. could some body help me? best reagards, Thirith.


"Microsoft Dialog Automation Objects" please read -
has anyone used "Microsoft Dialog Automation Objects" it is in the unsupported part under tools on the vb5 disk i dont know if it is on the vb6 i havent looked. ok heres my question. how do i take the margins and other info i put into the page setup and carry them over to


MS Word Automation - READING from Document -
I've seen lots of examples of Word Automation from VB, but I can't seem to find any samples for READING data from a Word document. Say I have a Word document that has a heading : 'Phone Numbers', and underneath is a list of numbers. How can I scan to the heading 'Phone Numbers', then c


How to access a field in Word -
Hi All, A quick question. I define a field in a word doc. The question is how to access that field on the VB code. Kind of like mail merge. Thanks a lot.


Run Macro in background MS Word 2003 and animations in word -
Does anyone know how to run a microsoft word macro in the background? If you normally run a macro on start up word halts until the macro is finished. I want the macro to start and for word to continue opening. The reason I'm trying to do this is to add animations to a word documen


Looking for a MS Word forum -
Hi mate, I'm searching for a good Microsoft Office/Word 2003 forum. I've a problem and don't know where to ask for help. It's not VB Script/ Macro/Automation/OLE related it really in the usage for Word. Thanks


[2005] Couple Quick Questions about PDF -
Just couple quick questions before I bang my head too much. My goal- Split a multipage pdf file, it will split off of a keyword I am looking for in the pdf. Some will be one page, others will be multiple. So my question is it feasible/ very hard to do a search/find on pdf detec


Printing Word docs without word -
Hi, I have an application that will, on demand, print out a collection of MS Word documents. These docs have been submitted as part of an upload process on a website so could be from any version of MS Word. Currently we are using Word automation to do the printing, however to


word error -2147319779 - Automation error library not registered -
This is the line of code which is failing: Code: objWord.Quit This is the error I'm getting: word error -2147319779 - Automation error library not registered I am running office 97 on windows XP, I had word 2000 previously installed and this seems to have caused the issu