How to read column data according to current month

Hello @rajthyaga53

you can get the current month using below code
currentMonth = Now.ToString(“MMMM”).ToUpper

and then within For each datatable you can read the required column data using
currentRow(currentMonth).ToString