MATLAB: How to make an exe with guide and excel file as input

excelguide

I have been working on a guide file which code reads data from an excel sheet among other things. I change values in the excel sheet and run the program to obtain new results.
The point is when I make the exe from this guide, I loose the posibility to work with the excel file and therefore change its values.
What i wanna know is how can i make the exe and still be able to open the excel sheet and change its values?

Best Answer

SOLVED!, I just had to avoid adding the excel input to "other files" when the exe is being created. Then when the exe is run in other computer, just copy the excel input in the same folder of the exe and the connection between them works great. It works for output files as well. Thanks for the answers!