RevenueSwede
Programmer
Hi!
I create an Excelfile from Access, no problem. My knowledge about Excelprogramming isn't the best.
I have a starting cell, column 4 (D) and starting row 7. I want to select d7 to j7 and make it green. I have quite many columns from D to DG. I have found that I can use:
wks.range("D7","J7").select but I don't want to use the letters becuase I have a counter for the column and row.
wks.cells(row, col).select only let me select one cell.
Any ideas?
I create an Excelfile from Access, no problem. My knowledge about Excelprogramming isn't the best.
I have a starting cell, column 4 (D) and starting row 7. I want to select d7 to j7 and make it green. I have quite many columns from D to DG. I have found that I can use:
wks.range("D7","J7").select but I don't want to use the letters becuase I have a counter for the column and row.
wks.cells(row, col).select only let me select one cell.
Any ideas?