I have a .xlsm file which loads a user form to fill data when the excel is opened. When the user clicks Save button, the data from two text boxes should be appended to a list in a .xlsx file stored in the Google Drive. How to give path of the .xlsx file in Google drive in my VBA code to open it and update data from the text boxes, save it and close it. I have successfully done this for .xlsx file located in my laptop. But it is not working with .xlsx file in the Google Drive. Need help