N
Nemroth
Hello to everyone.
I've got an Excel sheet which is organized in a sheet of data. On the
first line, there are the titles in each column.
The first line contains, for each line, a unique code.
I want to get, in VBA, the content of each cell of a line corresponding
to a code and to get these values in a table of variables, or, better,
in a structure.
Can you show me how to do that, please ?
Thanks in advance.
Example of a line :
A B C D
Code Firm Adress 1 City
GDPZ Something 10 Freeware St New York
I've got an Excel sheet which is organized in a sheet of data. On the
first line, there are the titles in each column.
The first line contains, for each line, a unique code.
I want to get, in VBA, the content of each cell of a line corresponding
to a code and to get these values in a table of variables, or, better,
in a structure.
Can you show me how to do that, please ?
Thanks in advance.
Example of a line :
A B C D
Code Firm Adress 1 City
GDPZ Something 10 Freeware St New York