Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel
Below is a tips of how to connect an Access database (MDB) in an application excel
Add reference
Microsoft DAO object librairy X.X
In a general module (eg Module1) paste the code below...
[VBA: VB6] Using excel from another application Show[VBA: VB6] Using excel from another application
Here is a little routine to call Excel from VB6 or another Office application.
Paste in a general module (eg Module1)
In VBA>> Insert>> Module and paste in the window ...
In VB6>>...
VBA: How to know everything about the file folder ShowVBA: How to know everything about the file folder
Preliminaries
In module
In sheet1 module
Preliminaries
Open a new workbook
Add a module
In module
' Declare variables for wizard.
Public balloon1 As Balloon
Public balloon2...
Download Notepad++ ShowNotepad + + is an editor of source code , which supports several programming languages:
This project, based on the Sparkled constituent (a very powerful editor of component)), is written in pure C + + with win32 api and STL (which insures the most...
Video compression (codecs) ShowThe concept of codec
A non-compressed video image occupies approximately 1 MB. In order to obtain a fluid video, it is necessary to have a frequency of at least 25 or 30 images per second, which produces a data flow of approximately 30 MB/s, that...
I dont have an exact exmple, but im assuming it would be on the lines of the below code to open an excel file. But is there a way of opening a word file or access file??
Workbooks.Open Filename:= _
"N:\Home\Excel1.xls"
Or maybe you know of a way to assign a hyperlink to a command button, that would be a easier option.