How to create a list of numbers from range?

How to create a list of numbers from range?

Hello,

I want to insert, in an M&D Excel report, a table that includes 19 columns, starting by column 2 and ending by column 20.
Is it possible to generate the list of columns to include (or to exclude) using a range function?

It would be very tedious to write all the columns using the CreateList(2,3,4,5...) function.