L
Luigi
Hi all,
is it possible to create an Excel formula (or something else) that, from the
name of a cell (i.e "Cell Name 1"), it create me a string like:
public const string Cell_Name_1 = "Cell_Name_1";
and this for every cells in the sheet, so I can obtain:
public const string Cell_Name_1 = "Cell_Name_1";
public const string Cell_Name_2 = "Cell_Name_2";
public const string Cell_Name_3 = "Cell_Name_3";
----etc------
Thanks in advance.
is it possible to create an Excel formula (or something else) that, from the
name of a cell (i.e "Cell Name 1"), it create me a string like:
public const string Cell_Name_1 = "Cell_Name_1";
and this for every cells in the sheet, so I can obtain:
public const string Cell_Name_1 = "Cell_Name_1";
public const string Cell_Name_2 = "Cell_Name_2";
public const string Cell_Name_3 = "Cell_Name_3";
----etc------
Thanks in advance.