Hi, I am trying to get an object from an Excel sheet; it will return a string value. Now, I want to convert it into an Object to use in my script. Is there any way to do so?
If you are calling the following property e.g. Cell(A1).Value, it will usually return the type and the value of that particular cell. Whereas, calling the method e.g. Cell(A1) will return the the cell object.