Well... I feel myself like Dobby (Harry Potter)... Stupid!
My goal is not to denigrate the HelpFile but sometimes it takes me hours to correct myself the synthax inside the "Help File Examples".
So Thanks a lot to avoid me loosing too much time!
FD
Hi everyone!
I've got another problem in excel vba (Excel 97)...
I want to (simply!) paste data from one sheet to another one in the same workbook. The famous so-called "HelpFile" show me this code for the "paste special format" function:
<expression.PasteSpecial(Paste...
Thanks a lot Baggie!
In fact the answer was between both solutions...
because Access 97 doesn't recognize "New" in your first Line
But... I've wrote the following and it works pretty well!
Dim MyXls As Object
Set MyXls = CreateObject("excel.application")
MyXls.Visible =...
Hello,
I'm new here and I'm starting to "play" with VBA Access.
Despite the Microsoft Tips, I'm able to open a new instance of excel (like an activeX object) but obviously the same command cannot open an xlfiles on a server.
Is someone can help me?
Thanks a lot,
Emmanuël
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.