Hi everyone,
We've recently started to receive a proprietary excel file from one of our market research partners. Sheets in these excel files are protected, so I have to go around a few things in order to extract the data from the sheet.
Currently there are a couple of tables with about 30 rows, but it only shows the initial 10 rows of the table. In order to see further, you have to click the down arrow in the form control button on the left side of the table, which will scroll down by 2 more rows for each click.
I'm trying to copy all 30 rows of this data without manually clicking things every time.
So far I've tried recording a macro that copies the first 10 rows, clicks the format control button, and copies the next two rows.
However the issue is that when I'm recording the Macro, it is not registering the button clicks I make to the form control button. It just copies the same exact rows without clicking the "scroll down" button on the table.
How can I make sure my excel macro is clicking on the form control button that is used to scroll down? I'm not able to reach the data source, so only way to get the data is clicking the form control buttons and scrolling down from there.
Bookmarks