I have a spreadsheet that contains:
COLUNA A1 CABECALHO (PRODUTOS)
COLUNAS B1 A BK1 COM DATAS
I will read a database ordered by product and date and I have which automatically fill in the worksheet by allocating the values of each product on their respective dates.
PRODUTOS 01/10/2016 02/10/2016 03/10/2016 ....... 30/10/2016
PRODUTO1 R$ 1,00 R$ 2,00
PRODUTO2 R$ 5,00 R$ 10,00
How to locate column and position the cursor in it? I forgot to tell you, but I'm using VBA inside Excel as a development tool.