I'm trying to get the total number of columns so that i can set my range from column C to N column. I'm trying to go through each column and pull out the data i need into an array until i reach the last column with data in it.
I tried the below which works for one row, but none of the others i have.
IRange strategyname = foratworkbook.Worksheets["Strategy"].Cells["C4"].CurrentRegion;
C D E
9.040% 10.910% 6.050%
4.920% 5.510% 3.430%
53.030% 64.400% 36.030%
Any Ideas? Thanks