I have an Excel File that through VBA code opens 2 Excel files , let's name them FileA and FileB.
The OPEN statement goes well, with VISIBLE property , I can see both files.
I'm successful to et the LASTROW value for both files.
But when I try to read a cell of FileA, I don't get value!
I close everything, I try to open FileA and get the message "File n use, read only"
I'm crazy