Has anyone had any problems with inter-office automation between MS Word and
MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the
older office 2000 and office XP components installed. ie I have
word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to
word 2k automation yet I get the error "Automation Error" "ClassFactory
cannot supply requested class" when on late binding try to create the Word
object or on early binding when I try to use the object. So thinking it is a
new office install problem I tried with Access 2003 and Word 2003 and the
same problem. BTW I have selected Word 11.0 Object Library in the references
both times.
So does anyone have any ideas? 12 5433
Show us the code that you use to instantiate Word.
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word
and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking it is
a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the
references both times.
So does anyone have any ideas?
Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos...
Show us the code that you use to instantiate Word.
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word
and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking it is
a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the
references both times.
So does anyone have any ideas?
Looks ok to me. Does it fail with other objects (eg. Excel), or just Word?
Perhaps you need to re-register Word? (regsvr32)
HTH,
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k
to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the
Word object or on early binding when I try to use the object. So thinking it
is a new office install problem I tried with Access 2003 and Word 2003 and
the same problem. BTW I have selected Word 11.0 Object Library in the
references both times.
So does anyone have any ideas?
Sorry about the delay.
Yeah I know, nothing extrordinary at all, just yet. Excel ran fine and I
tried the "repair" feature of Office 2003, yet that didn't help.
Which component would I try re-registrying? >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos...
Looks ok to me. Does it fail with other objects (eg. Excel), or just Word?
Perhaps you need to re-register Word? (regsvr32)
HTH,
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k
to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the
Word object or on early binding when I try to use the object. So thinking it
is a new office install problem I tried with Access 2003 and Word 2003 and
the same problem. BTW I have selected Word 11.0 Object Library in the
references both times.
So does anyone have any ideas?
I've even tried from the command line "C:\Program Files\Microsoft Office
2003\OFFICE11\WinWord.exe" /r
to re-register Word, yet still the same error...?
?????????????????????????????????????????????????? ???????????????
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos...
Looks ok to me. Does it fail with other objects (eg. Excel), or just Word?
Perhaps you need to re-register Word? (regsvr32)
HTH,
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k
to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the
Word object or on early binding when I try to use the object. So thinking it
is a new office install problem I tried with Access 2003 and Word 2003 and
the same problem. BTW I have selected Word 11.0 Object Library in the
references both times.
So does anyone have any ideas?
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:7x******************@news-server.bigpond.net.au... Sorry about the delay.
Yeah I know, nothing extrordinary at all, just yet. Excel ran fine and I tried the "repair" feature of Office 2003, yet that didn't help.
Which component would I try re-registrying?
Good question! To be honest, I am not really sure. Re-registering something
seems to be a general solution for various automation problems. Perhaps try
going to the command line, moving to the directory containing msword.exe (or
whatever the exe is called), and typing: "msword -unregserver" then
msword -regserver" or similar? (Certain executables will unregister &
re-register themselves if you give them suitable arguments, like those. You
may need to do some searching to confirm that those are the right arguments
for ms word.)
My guess is that it is something to do with having different versions of
word on the PC. Perhaps try calling a specified version? (eg.
Word.Application.8 for Word 97, Word.Application.9 for word 2k, etc.).
HTH,
TC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS
Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left
the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access
2k to word 2k automation yet I get the error "Automation Error"
"ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking
it is a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the references both times.
So does anyone have any ideas?
Ok, just read this after posting my other reply. Are you sure that /r is the
right argument?
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:uU*****************@news-server.bigpond.net.au... I've even tried from the command line "C:\Program Files\Microsoft Office 2003\OFFICE11\WinWord.exe" /r to re-register Word, yet still the same error...?
?????????????????????????????????????????????????? ???????????????
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS
Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left
the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access
2k to word 2k automation yet I get the error "Automation Error"
"ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking
it is a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the references both times.
So does anyone have any ideas?
Yeah. See the article http://support.microsoft.com/default...NoWebContent=1
I've even tried re-registrering the word type library "regtlib.exe
msword.olb" to no success... :( >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
"TC" <a@b.c.d> wrote in message news:1072148911.85202@teuthos...
Ok, just read this after posting my other reply. Are you sure that /r is the
right argument?
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:uU*****************@news-server.bigpond.net.au... I've even tried from the command line "C:\Program Files\Microsoft Office 2003\OFFICE11\WinWord.exe" /r to re-register Word, yet still the same error...?
?????????????????????????????????????????????????? ???????????????
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS
Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left
the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access
2k to word 2k automation yet I get the error "Automation Error"
"ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking
it is a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the references both times.
So does anyone have any ideas?
ok. I tried that yet no luck. I'm out of ideas, so thanks again for your
help. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1072148866.849683@teuthos...
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:7x******************@news-server.bigpond.net.au... Sorry about the delay.
Yeah I know, nothing extrordinary at all, just yet. Excel ran fine and I tried the "repair" feature of Office 2003, yet that didn't help.
Which component would I try re-registrying?
Good question! To be honest, I am not really sure. Re-registering something
seems to be a general solution for various automation problems. Perhaps try
going to the command line, moving to the directory containing msword.exe (or
whatever the exe is called), and typing: "msword -unregserver" then
msword -regserver" or similar? (Certain executables will unregister &
re-register themselves if you give them suitable arguments, like those. You
may need to do some searching to confirm that those are the right arguments
for ms word.)
My guess is that it is something to do with having different versions of
word on the PC. Perhaps try calling a specified version? (eg.
Word.Application.8 for Word 97, Word.Application.9 for word 2k, etc.).
HTH,
TC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS
Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left
the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access
2k to word 2k automation yet I get the error "Automation Error"
"ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking
it is a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the references both times.
So does anyone have any ideas?
Sorry cheval - I'm out of ideas. Hope you get it sorted somehow. Perhaps try
in a Word newsgroup? It is to do with automating Word, so they might have
the answer.
HTH,
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message
news:M%******************@news-server.bigpond.net.au... ok. I tried that yet no luck. I'm out of ideas, so thanks again for your help.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >> "TC" <a@b.c.d> wrote in message news:1072148866.849683@teuthos...
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:7x******************@news-server.bigpond.net.au... Sorry about the delay.
Yeah I know, nothing extrordinary at all, just yet. Excel ran fine and I tried the "repair" feature of Office 2003, yet that didn't help.
Which component would I try re-registrying? Good question! To be honest, I am not really sure. Re-registering
something seems to be a general solution for various automation problems. Perhaps
try going to the command line, moving to the directory containing msword.exe
(or whatever the exe is called), and typing: "msword -unregserver" then msword -regserver" or similar? (Certain executables will unregister & re-register themselves if you give them suitable arguments, like those.
You may need to do some searching to confirm that those are the right
arguments for ms word.)
My guess is that it is something to do with having different versions of word on the PC. Perhaps try calling a specified version? (eg. Word.Application.8 for Word 97, Word.Application.9 for word 2k, etc.).
HTH, TC
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just
Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... > Has anyone had any problems with inter-office automation between MS Word and > MS Access in Office 2003? > > I have recently installed office 2003 in a new folder and have left the > older office 2000 and office XP components installed. ie I have > word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to > word 2k automation yet I get the error "Automation Error" "ClassFactory > cannot supply requested class" when on late binding try to create
the Word > object or on early binding when I try to use the object. So thinking it is a > new office install problem I tried with Access 2003 and Word 2003
and the > same problem. BTW I have selected Word 11.0 Object Library in the references > both times. > > So does anyone have any ideas? > >
Hi
Maybe your registry has a few gremlins in it. Download RegClean and
run it a couple of times tills it comes up with no errors
Then try your code. If it still doesnt work, register Word again
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:<tW******************@news-server.bigpond.net.au>... Yeah. See the article http://support.microsoft.com/default...NoWebContent=1 I've even tried re-registrering the word type library "regtlib.exe msword.olb" to no success... :(
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "TC" <a@b.c.d> wrote in message news:1072148911.85202@teuthos... Ok, just read this after posting my other reply. Are you sure that /r is the right argument?
TC
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:uU*****************@news-server.bigpond.net.au... I've even tried from the command line "C:\Program Files\Microsoft Office 2003\OFFICE11\WinWord.exe" /r to re-register Word, yet still the same error...?
?????????????????????????????????????????????????? ???????????????
"TC" <a@b.c.d> wrote in message news:1071877362.162009@teuthos... Looks ok to me. Does it fail with other objects (eg. Excel), or just Word? Perhaps you need to re-register Word? (regsvr32)
HTH, TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:Ia*****************@news-server.bigpond.net.au... Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>
"TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... > Has anyone had any problems with inter-office automation between MS Word and > MS Access in Office 2003? > > I have recently installed office 2003 in a new folder and have left the > older office 2000 and office XP components installed. ie I have > word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to > word 2k automation yet I get the error "Automation Error" "ClassFactory > cannot supply requested class" when on late binding try to create the Word > object or on early binding when I try to use the object. So thinking it is a > new office install problem I tried with Access 2003 and Word 2003 and the > same problem. BTW I have selected Word 11.0 Object Library in the references > both times. > > So does anyone have any ideas? > >
"Cheval" <n2cheval@[NotSo]hotmail.com> wrote in
news:Ia*****************@news-server.bigpond.net.au: Sure, here it is. Simple boiler plate code...
Dim oApp As Object
Set oApp = CreateObject("Word.Application") oApp.Visible = True
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >
"TC" <a@b.c.d> wrote in message news:1071811700.757201@teuthos... Show us the code that you use to instantiate Word.
TC "Cheval" <n2cheval@[NotSo]hotmail.com> wrote in message news:CS******************@news-server.bigpond.net.au... Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003?
I have recently installed office 2003 in a new folder and have left the older office 2000 and office XP components installed. ie I have word/access/excel 2k/xp/2003 installed. I tried to do a usual access 2k to word 2k automation yet I get the error "Automation Error" "ClassFactory cannot supply requested class" when on late binding try to create the Word object or on early binding when I try to use the object. So thinking it is a new office install problem I tried with Access 2003 and Word 2003 and the same problem. BTW I have selected Word 11.0 Object Library in the references both times.
So does anyone have any ideas?
Well, I've always found automating Word to be gnarly. So I have found
other ways to accomplish what I want to accomplish. For printing documents
that use Jet records for field filling in Word, I have found that writing
a text file from Access, and opening a Word Document (through a hyperlink?
.... can't remember) that is defaulted to using that text file for getting
field values, was much less error prone, and much faster than using
automation. And of course, the Word Document can have On Open Event code
that can do things that may need to be done. This may not be what you want
to do. And of course, somewhere, sometime I wrote code to find and close
all instances of Word.
Ten years ago Word Perfect and Quattro Pro were quite superior to Word and
Excel; I think Quattro Pro 4 ??? of that vintage is still superior to the
Excel of today. If God is going to punish MS for something, he/she could
choose using their marketing and financial might to move the world to
these two really crappy applications ... Or not making the whole range of
API functions available to software competitors ... Or ... etc, etc.
--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm) This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: M. C |
last post by:
Hello,
Since I installed Office 2003, I'm experiencing problems with an
automation procedure in Access (created in Access 2000) that colonizes
fields in a Word merge file. I keep getting a...
|
by: John |
last post by:
Hi
What future does access have after the release of vs 2005/sql 2005? MS
doesn't seem to have done anything major with access lately and presumably
hoping that everyone migrates to vs/sql.
...
|
by: Yohancef Chin |
last post by:
Hi,
Being fairly new to .NET I am looking for a way to call
MS
Word from an event on a webform, and after the user is
finished save that created document to an SQL Server
database. Has anyone...
|
by: Richard |
last post by:
Hi Guys,
Just a short note to ask for a little advice or a push in the right
direction. I have recently been asked to transfer all our exsiting word
documents over on the server to PDF format....
|
by: Jason James |
last post by:
I all,
I have a VB.Net app that words just fine when automating
MS Word 2003, when Word is part of MS Office Professional
edition (even with SP1 installed). However, if I install the app
onto...
|
by: Access |
last post by:
Okay I know this is probably not the best way to be doing things but I
have an ancient application that was working fine until a end user got
a new machine. The Access database is performing a...
|
by: Ron |
last post by:
Hi there,
We have a web application written in C# that need to deal with MS word
2003. it works fine on developer's machine but when we deployed it on
web server, we got error msg says "Access...
|
by: Mark Rae |
last post by:
Hi,
My client has asked me to provide a "quick and dirty" way to export the
contents of a DataGrid to both Excel for analysis and Word for editing and
printing, so I'm investigating client-side...
|
by: liya.tansky |
last post by:
Hello,
I'm developing an intranet (win XP, .NET 2, Visual Studio 2005,
Microsoft.Office.Interop.Word.dll in references) and needed to
implement find-replace in word doc before sending letter and...
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |