Not directly, but it's possible to simulate this with formulas. The idea, with separation of data from the report:
- arrange raw data in a table, name it,
- prepare report sheet,
- add vertical "forms" scrollbar to the report sheet, name linked cell and add it in scrollbar properties (right-click the scrollbar),
- use INDEX formula to pick the data from the data table with scrollbar's linked cell as a component of a row reference.
combo