Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Simpler:
Dim cnn As Object Set cnn = CreateObject("ADODB.Connection") cnn.Open _ "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C:\Data\Access\contacts.mdb;" & _ "Persist Security Info=False" cnn.Execute _ "INSERT INTO Contacts (first,last) VALUES ('Dave','Patrick')" Jamie. -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write Macro to Fix Data Alignment (Data dump from Crystal to Excel | Excel Discussion (Misc queries) | |||
Tool bar: Data/Import external data/New database query | Setting up and Configuration of Excel | |||
database query not showing foxpro database How I import data | New Users to Excel | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
write data to access | Excel Programming |