Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003 |
| Replies: 25 Views: 196,149 Hi Tekmaven,
Because I have a lots of calculation in my project and Excel is a good tool and easy way for me to do it :p) |
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003 |
| Replies: 25 Views: 196,149 Hi Tekmaven,
First of all, I don't see the file type "Access database" in my Excel Worksheet.
Secondly, I don't want to access my database manually like you propose File/Open....etc.. I need to... |
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003 |
| Replies: 25 Views: 196,149 I forget to tell that I am using Microsoft Excel 97 . |
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2003 |
| Replies: 25 Views: 196,149 Hi All,
I will try to describe more clearly my problem:
I am working on my Excel workbook and I create a button trying to connect to Access database or Oracle database that I already created... |
Forum: Visual Basic 4 / 5 / 6 Jan 17th, 2003 |
| Replies: 25 Views: 196,149 Hi Expert,
I already create a datasource name for my Access database. However, I failed to connect to that database using this code:
Set db = DBEngine.Workspaces(0).OpenDatabase("dbsourcename",... |