I want to pass a string aPath contains path of the active workbook to access vba module or sub. Below is my excel vba code that will open access db form. How do i pass the string value to access vba.
Dim aPath, aDbase, aDSource, aTable, exePath As String
Dim fileParam As...