Como fazer o script / macro do Excel que procura por uma célula com dados específicos?

0

Existe necessidade

1.to get current active cell (selected one),
2. get data it holds (date DD.MM.YY), 
3. search for the same date in other book (or same), 
4. copy found cell on the right to (Sheet1 right next to date on the right). 

Algum exemplo como fazer isso?

    
por J.Olufsen 29.04.2012 / 02:04

1 resposta

1

Use a função VLOOKUP para procurar um índice correspondente de uma coluna.

VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
    
por 29.04.2012 / 02:37