Hi,
I am working with access database, one of the process is to import an excel file, before I import I need to delete the blnak cells and other data that I do not need. I am using this code:
Dim RetVal
Dim strSettledFile As String
RetVal = Shell("C:\Program Files\microsoft office 2003 pro\OFFICE11\excel.exe", 3)
to open an excel application,but right after it opens the excel application the program executes other codes without giving the me/user the option to open any excel file.
I would like the code to give focus to this excel application where I can open any excel file then execute some codes that deletes some cells and then give me an option to save this excel file, like save as option.
Is it possible?
I am working with access database, one of the process is to import an excel file, before I import I need to delete the blnak cells and other data that I do not need. I am using this code:
Dim RetVal
Dim strSettledFile As String
RetVal = Shell("C:\Program Files\microsoft office 2003 pro\OFFICE11\excel.exe", 3)
to open an excel application,but right after it opens the excel application the program executes other codes without giving the me/user the option to open any excel file.
I would like the code to give focus to this excel application where I can open any excel file then execute some codes that deletes some cells and then give me an option to save this excel file, like save as option.
Is it possible?