I have a workbook, in Sheet 1 all actions,
In Sheets 2 I go and store the results,
I use some Macros, this was the argument in the VBA code
With Sheets("Sheet2")
Now I copied Sheets too in Google drive and shred the file and would like to replace Sheet 2 with the file saved in the cloud (google drive)
Any suggestions to run VBA Macros on google drive?