Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i wish to create a button in excel worksheet by clicking on which i can
transfer the data in the master sheet to a table in access. please help me with the VBA code Many thanx in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It might be easier to create a macro in Access to do the transferspreadsheet
function then call the macro. Dim appAccess, strConPathToDB strConPathToDB = "D:\data\Access\db1.mdb" Set appAccess = CreateObject("Access.Application.11") appAccess.OpenCurrentDatabase strConPathToDB appAccess.DoCmd.RunMacro "TestMacro" appAccess.Quit Set appAccess = Nothing -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Access" wrote: |i wish to create a button in excel worksheet by clicking on which i can | transfer the data in the master sheet to a table in access. | | please help me with the VBA code | | Many thanx in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transfer CELL value and spread it among 24 ROWs on another sheet | Excel Worksheet Functions | |||
how do i transfer dada from one spread sheet to another | Excel Worksheet Functions | |||
how do i enter a bull call spread into the options spread sheet ? | Excel Worksheet Functions | |||
Help about image transfer to excel spread sheet | New Users to Excel | |||
How can I transfer a Lotus 123-9 data spread sheet file to Excel? | Setting up and Configuration of Excel |