CreateObject(“Word.Application”) – without full version of word -
Hi there,
Can anyone help with this one please? I have some code which uses CreateObject(“Word.Application”) to fire up a word (.rtf) document. This works fine if word is installed on the machine you are running the code on….no problem there. My client however does not want a full version of word on their web-server, but will accept a cut-down version. Does anyone know of a DLL or something which can achieve this?
Thanks in advance,
Neil
CreateObject(“Word.Application”) – without full version of word -
Hi there,
Can anyone help with this one please? I have some code which uses CreateObject(“Word.Application”) to fire up a word (.rtf) document. This works fine if word is installed on the machine you are running the code on….no problem there. My client however does not want a fu
Faster code -
Here’s the question – I have need of code that essentially scans a text file for a number of key words. If the words are found in the text, the they are replaced. I have coded as follows :
Ret = instr(1, TextString, “Word one”,1)
If ret then
Do
‘ code here to repla
CreateObject("Word.Application") -
Was a little unsure where to put this but never the less I am sure it will get moved if I am wrong......
anyways - I am running VB6 Professional with Office 2003 installed on the development machine.
I included the reference to "Word 11.0 Object Library" and my CreateOb
Word 2003/Office 2003 -
I wonder if anyone can clarify this for me.
I´m using the code beneth. (It´s clips from the whole code, but the first part thats using Word)
At the row where I´m trying to make the word visible I get that VS jumps to the catch.
I´m 90% sure that it have worked before, when we ha
Help debugging a VB 6 / Word 2000 automation app. -
I have a VB 6 app that does a little Word 2000 automation in it. It runs fine on one Win 2K desktop, but fails on another. The error that it gets is number 48 "Error in loading DLL" and it occurs on the following statement:
Code:
set objApp = CreateObject("Word.App
VBA memory profiler -
Does anyone know of any good VBA memory profilers? Preferably open source or with free trails? I'm using VBA with Word 2000. I keep getting a message: “Word has insufficient memory. You will not be able to undo this action once it is completed…”
Thanks!
Shareware: 30-day trial vs. crippled version -
Hi,
Need your opinion.
What's the best to promote your shareware (highest chance people will buy a full/permanent version):
Offer a 30-day full version
Offer a 30-start full version
Limit features in Trial + nag screens
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
get value from different string tables in a resource-file -
I need help to select a specific stringTable in a resource file.
My app will contain differnet string tables for some languages, the user want to be able to change the language in the app without having to change the system language settings.
From MSDN:
Resource files created wi
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
Demo To Full Version -
Hi experts,
How to make an application as demo version and how to convert it to a full version via net. i need to know how it can be done programatically. kindly help me asap.
Kind regards
Sandeep
Detecting version of MS Word -
How can one, programmatically check the installed version of MS Word with vb code other than the Version property of the application object. For my particular application, this detection needs to be done by an executable that has nothing to do with Word. Does anybody know how this is d
Getting hold of Currently Open Word Doc -
I am writing an application in which i need to get hold of the currently Active Word document.
At no point will a word document be opened by the program, always! by the user directly, by opening microsoft word themselves.
I have tried to do this using CreateObject() but when i tr
free trial b4 full version question -
I've got on order: Visual studio professional 2005 but its going to take a week to come so i'm in the middle of downloading a free 90 day trial
Are there any complications I should be aware of when starting a project in a trial version then saving my work and then running/amending/f
Excel as db -
Hi guys
I am wondering if this concept would work and before we start i need to set a few restrictions
excel read only. not full version(read write)
what i am after is a mini db probably no more than 2000/3000 entries basically i have a set of documents in a folder mainly txt, word,
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
Help with CreateObject -
One of the lines in a program to create an instance of MS Word, is:
Set oWord = CreateObject("Word.Application")
What must be in the brackets if I wish to create an instance of the word processor of MSWorks?
Opening a word doc without giving the full filename -
Is there a way to open a word doc without giving the full filename. The word doc is in the same folder as all my coding. It's just that eventually i will have to put the work on to a CD and by naming the filename will causes an error.
DAO References in Microsoft Word -
I have some Word templates making use of DAO in an environment where both Word 97 and Word 2000 are being used. Rather than maintaining two sets of templates is there a way to:
1 Detect the appropriate DAO Library for the version of Word
i.e
Microsoft DAO 3.6 Object Library for us
Word Object exsists -
Hi,
If you open a Word Object using say
Set Word = CreateObject("word.application")
is there a way to set Word = nothing once the user closes that instance of word?
Word as object -
Hi,
got the following situation:
Dimmed WordApp as object
Set it to createobject Word.Application
All works fine but...
Let's say I want to open a file in Word, but there is a FileSaveAs screen openened in Word by the user.
My app will wait a few seconds and then says:
Word is
WORD VBA - Printing Track Changes ! -
Hello,
Does anyone know how i can print The Redline Track Changes in a Word Document through VBA
Can it be done using the 'Application.PrintOut' method ??
It doesn't seem to print out the Track changes if you just printout, it prints the full accepted version !!
Select MS Word Object Library in project -
Word.Basic will always reference the latest version of MS Word. It also appears that the two interfaces are binary compatible because they both have the same Class IDs.
(I only have Word 2000 on my system, but Word.Basic, Word.Basic.8 and Word.Basic.9 have the same CLSIDs, plus micros
I have a strange request.... -
I have a program that sorts through a long txt file and checks for grammer errors, the problem is that my version of Word -v10- is not smart enough to catch the errors.
I need some one with a newer version of word to test the following phrases in word a see if it catches the error
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
Detecting, getting and piloting MS Word from a VB app -
In a VB6 application, I create an MS Word instance and pilot this application directly from the VB application. Using for that the following code :
Dim objWord As Object
Dim objBasic As Object
Set objWord = CreateObject("word.application")
Set objBasic = CreateObject
Word for Windows -
Regardless of the version of Word it is still copyright material. Probably your best bet is to have a look in second hand computer outlets for the version you are after.
We have numerous copies of Office Pro 4.5 around the office, which includes word version 6, (we upgraded to Offic
Word Templates -
Why can't I create a Word Application object when I execute the following line of code:
Set oWordApp = Server.CreateObject("Word.Application.9")
It gives the error that I can't create an Out of Process component.
I've got Word2000 installed and I got the ProgID above f
Whats the best way to sell a program online (serious) -
I couldn't decide which is the most appropriate forum for this so here it is here
i made a program i think might sell. its unfinished yet and still mostly ideas. but i think i might finish it tonight.
i want to sell it on a website. a demo version for free. but the full version f
Perl/VB question -
Hi all!
I've got a program which I use which can be added to/enhanced by writing Perl scripts. On the very first example code they give you it talks about setting up a variable/scalar wahtever you call this in Perl (as I'm new to this language) to hold this program's environment:
Which version of Word first supported the .ActivePrinter property -
Can anyone tell me what service pack/version the .activePrinter property was introduced in for word?
I've developed an app on a machine with word 10 object library and it works fine but our build machine only has word 8. It'll build OK on that machine but when we come to run it on
Word Application version -
Does anyone know a good way to find out what version of Word the current machine is running. I know it is a registry thing but I am not sure how to figure it out.
Windows CDs - Full Versions, OEMS, Upgrade editions :S -
Hi all, hope you're well.
Here's my problem. I have Win98, first edition, installed on this computer. I also have a CD of Win98, second edition, full version. The thing is, the Installation program won't allow me to UPGRADE my Win98FE to the Win98SE because the CD is the Full Ver
different MSWord version problem -
In my program, when the user selects a particular menuitem, Word opens up and display the file. Under project,reference I checked Microsoft Word 9.0 object library and it runs in Word 2000. My friend has an older version of Word, and therefore it crashes when he selects that menuitem w
Word version -
Can any one tell me how to convert older versions of Word documents to present version.
XP Upgrade -
I need to upgrade a workstation running XP Home to XP Pro. No issue there but the prices of XP Pro upgrade is just as much as XP Pro Full version.
Can you upgrade a XP Home to XP Pro using the Full version and still retain all its settings, files, etc? Or am I forced to use the upg
[2005]Automating MS Word Using VB.NET question -
Hi all,
I need some suggestions about automating MS Word using VB.NET. I searched this forum to find some information about programming word with Vb. I found many interesting things but still I have some questions:
Which versions of Word I can interact with? I saw that in Visual
Automation Error....with Word 11 and Word 9 -
When using word in a project, I reference it via "Microsoft Word 11.0 Object Library".
The offending machine has a lower version of Word on it.
If I do the following in code:
Code:
Public objWord as Word.Application
Set objWord = New Word.Application
will th
CreateObject("Word.Application") generates error "0" -
It saddens me to report another error on which I need your much-appreciated help
A user of our app (XP, Word 2007) get's an error with number "0" and no description on CreateObject("Word.Application") in the following bit of code:
Code:
Private m_Word A
How do I get the full username -
Hi
In Microsoft Word if you go into the View\Options dialog and blank the text boxes in the User Information tab, the next time Word will start up, it'll display a dialog box prompting you to put in your name and initials. The Name text box is defaulted to my full name, not my netwo