Thread
:
Problems opening Access database from Excel VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E[_2_]
external usenet poster
Posts: 93
Problems opening Access database from Excel VBA
You need to set the visible property to true
appAccess.visible = true
before you set it to nothing.
Reply With Quote
AA2e72E[_2_]
View Public Profile
Find all posts by AA2e72E[_2_]