G
Guest
The following sequence causes a total Access app failure:
(1) develop Access app with Excel automation on machine with Excel
(2) deploy app to machine without Excel installed
(3) launch app - FAILURE
Alternatively, this sequence at least permits the app to open:
(1) develop Access app with Excel automation on machine with Excel
(2) remove Excel reference (prevent full app compile)
(3) deploy app to ANY machine
(4) launch app - SUCCESS
Of course, in the second case, any of the Excel functions in the app fail,
regardless of whether Excel is installed, because the reference is removed.
So, what is the solution ?
BrerGoose
(1) develop Access app with Excel automation on machine with Excel
(2) deploy app to machine without Excel installed
(3) launch app - FAILURE
Alternatively, this sequence at least permits the app to open:
(1) develop Access app with Excel automation on machine with Excel
(2) remove Excel reference (prevent full app compile)
(3) deploy app to ANY machine
(4) launch app - SUCCESS
Of course, in the second case, any of the Excel functions in the app fail,
regardless of whether Excel is installed, because the reference is removed.
So, what is the solution ?
BrerGoose