Question : Generate cell names automatically

Dear Experts:

I need to create names for each and every entry in column A of an excel workbook by clicking ...
… FORMULA-DEFINE NAMES and CONFIRM THE PROPOSED NAME

Is it possible via a macro to select any number of product numbers (1 to n)
and have these names for the selected cells generated automatically in one go?

I attached a sample file for your convenience with detailed explanations and screenshots.

Your help is much appreciated. Thank you very much in advance.

Regards, Andreas
Attachments:
 
DefineNamesAutomatically
 

Answer : Generate cell names automatically

just remove the <form element from around your tags.

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<table width="150">
           <tr>
             <td></td>
             <td><input type="image" src="images/arrow_up.bmp" onmousedown="moveforward()" onmouseup="stopmotor()"></input></td>
             <td></td>
           </tr>  
           <tr>
             <td><input type="image" src="images/arrow_left.bmp" onmousedown="moveleft()" onmouseup="stopmotor()"></input></a></td>
             <td></td>
             <td><input type="image" src="images/arrow_right.bmp" onmousedown="moveright()" onmouseup="stopmotor()"></input></a></td>
           </tr>  
           <tr>
             <td></td>
             <td><input type="image" src="images/arrow_down.bmp" onmousedown="moveback()" onmouseup="stopmotor()"></input></a></td>
             <td></td>
           </tr>                        
         </table>
Random Solutions  
 
programming4us programming4us