thx Josh for ShellExecute!!
but there is one problem with that, when I use it the first time, he opens Word and the requested document and fills up the right information in the table, but if I close word and trie to do it again, wham an error-message the error comes up when he tries to fill up...
I think that It goes wrong when I'm actually want to open a document, because I've tried again and he opens word and then the error message is shown
maybe this is a bit more help
Tom
Hi Josh
I'm using the following code
Dim appWD As word.Application
Set appWD = CreateObject("Word.Application")
appWD.Visible = True
If Len(App.Path) > 3 Then
appWD.Documents.Open App.Path & "\eindeMaand.dot"
Else
appWD.Documents.Open App.Path &...
Hi,
at home I've got Win ME and Word 2000, in a program that I have written in VB 6.0 I'm openening Word and filling a table. That works great.
But when i trie to work with the program on a computer with Windows 95 and Office 97 I get an error-message when I trie to go to Word (via a button...
Hi guys,
thx, but I meant while the project is running.
I'm using a DBgrid and when the something is filled in wrong, for example a word where this is not allowed, I'm showing a message and as soon as the user clicks OK on my message, VB automatically shows an message of its own.
is there a...
hello,
Is it possible to take a backup of an accessdatabase via VBcode? The user wants that it is possible to take a backup of his data on a floppy. And I haven't got a clue how to start, thx
Tom
Hi LoneRaver,
when i try to execute the code, he doesn't seem to know
"MenuBars". I have right-clicked in the object browser and have clicked show hidden members and added the code but it doesn't work. What have I done wrong?
Tom
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.