How to open a .xlsx excel file in Google drive and update data in that excel using VBA from text boxes in a userform in a .xlsm file in my desktop?

shinoyb

New Member
Joined
Sep 18, 2017
Messages
1
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
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,216,153
Messages
6,129,176
Members
449,491
Latest member
maxim_sivakon

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top