B
Barb Reinhardt
I'm working on a procedure to run through Excel and need to open an Excel
workbook in access and save it as a dbf (I think). I don't use access at
all, so am not familiar with any of the terminology.
I want to do the following
Dim myAccApp As Access.Application
Dim myAccFile As Variant 'Not sure how to set this
Set myAccApp = CreateObject(, "Access.Application")
'Open Excel file. Want to have it assigned to an access object
'I can figure out the filepath.
Set myAccFile = myAccApp.OpenAccessProject(filepath)
myaccfile.saveas ... Not sure what to do here
myAccApp.Quit
Set myAccApp = Nothing
Thanks for your assistance.
Barb Reinhardt
workbook in access and save it as a dbf (I think). I don't use access at
all, so am not familiar with any of the terminology.
I want to do the following
Dim myAccApp As Access.Application
Dim myAccFile As Variant 'Not sure how to set this
Set myAccApp = CreateObject(, "Access.Application")
'Open Excel file. Want to have it assigned to an access object
'I can figure out the filepath.
Set myAccFile = myAccApp.OpenAccessProject(filepath)
myaccfile.saveas ... Not sure what to do here
myAccApp.Quit
Set myAccApp = Nothing
Thanks for your assistance.
Barb Reinhardt