Thread
:
how to call Access function&module in Excel VBA??
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
how to call Access function&module in Excel VBA??
Your code works for me adding quotes around the macro
name, i.e.: ac.Run "test1"
I'd recommend adding the following afterwards:
ac.CloseCurrentDatabase
ac.Quit
HTH,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet