Download multiple but not all sheets from google spreadsheet to excel

omcsarayar

New Member
Joined
Oct 20, 2022
Messages
10
Office Version
  1. 2019
Platform
  1. Windows
Hi everyone,

I'm working with a Google Spreadsheet that contains three sheets:

  • Sheet A has all my combined data
  • Sheets B and C contain report formats with filtered data.
I need to download only Sheets B and C together in an excel format, but I can only find a way to download individual sheets using their GID. Is there an efficient way to download both Sheets B and C at once without including Sheet A? Any advice or scripts would be greatly appreciated!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
So let's start from simple but not efficient way: Select both sheets B and C (click on first sheet tab first, press Ctrl and click on second tab). Then rightclick on one of tabs and select copy to and to new spreadsheet. Then click Open in the dialog window and from file select download as xlsx.

The other way round - download whole file from google and use VBA to delete from it unneeded sheets (code could be stored in personal.xlsb, so can be available immediately after opening downloaded file in excel).

None of these 2 are really satisfying, but until there is a better answer ...
 
Upvote 0

Forum statistics

Threads
1,222,102
Messages
6,163,939
Members
451,866
Latest member
cradd64

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