I have this workbook (30 000 Ko)
and its a pain to open it and then take a cell value and also takes time A LOT OF TIME, i did this
Set File = Workbooks.Open("lala\lolo\lili\thisfile.xlsm")
Qty = File.Worksheets("page.").Range("S41").Value
File.Close
Is there a way to take this value without THE WORKBOOKS.OPEN FUNCTION
something fast.
Please guide me the correct way to achieve my objective.
Just an edit for some reason i can't answer my own question well i found an answer, in the comments.