Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub Macro1() main_dir = ThisWorkbook.Path & "\" Set myobj = CreateObject("Access.Application") myobj.Visible = True c_db = main_dir & "c_hist.mdb" myobj.OpenCurrentDatabase (c_db) myobj.docmd.openTable ("t1") 'What do you put in here to change the value(s) in record 1? myobj.docmd.Close myobj.docmd.openQuery ("member") 'What do you put in here to copy the values 'returned by the query to the clipboard? myobj.docmd.Close End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel access data from Access?! | Excel Discussion (Misc queries) | |||
Data from Access to Excel | Excel Discussion (Misc queries) | |||
Access data -work in Excel- save in Access | Excel Programming | |||
Excel data to Access? | Excel Programming | |||
Data from Excel to Access | Excel Programming |