Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I set up the code listed below to attempt to execute an Access stored
procedure from within Excel. It seems that this code only can execute queries. Is there another method which can execute the subroutine ? Sub ExecuteAccessSub() Dim dbs As Database Dim strFile As String Set dbs = OpenDatabase("AccessNotes.mdb") dbs.Execute ("SubAccessProg") End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivotcharts and stored procedures | Charts and Charting in Excel | |||
Can I import SQL Stored Procedures into Excel? | Excel Discussion (Misc queries) | |||
How to connect Excel to stored procedures in SQL database? | Excel Discussion (Misc queries) | |||
How to connect Excel to stored procedures in SQL database? | Excel Discussion (Misc queries) | |||
Running sql stored procedures from Excel | Excel Discussion (Misc queries) |