dlmandalia
New Member
- Joined
- Jul 6, 2012
- Messages
- 12
Hi I wanted to define names automaticly from Row Column Head
Example
[TABLE="width: 320"]
<TBODY>[TR]
[TD][/TD]
[TD]Ahmedabad</SPAN>
[/TD]
[TD]Bombay</SPAN>
[/TD]
[TD]New York</SPAN>
[/TD]
[/TR]
[TR]
[TD]Apple</SPAN>
[/TD]
[TD="align: right"]10</SPAN>
[/TD]
[TD="align: right"]13</SPAN>
[/TD]
[TD="align: right"]16</SPAN>
[/TD]
[/TR]
[TR]
[TD]Banana</SPAN>
[/TD]
[TD="align: right"]11</SPAN>
[/TD]
[TD="align: right"]14</SPAN>
[/TD]
[TD="align: right"]17</SPAN>
[/TD]
[/TR]
[TR]
[TD]Orange</SPAN>
[/TD]
[TD="align: right"]12</SPAN>
[/TD]
[TD="align: right"]15</SPAN>
[/TD]
[TD="align: right"]18</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
I want to automaticaly define name for 10 as AhmedabadApple, 11 as AhmedabadBanana, 14 as BombayApple so and so forth.
I don't know how to do that. Please help me on it.
I tried find out the function for it but think there is none. I am also not that good at VB. Would please give me macro by which I can do it.
Many thanks,
Dipen Mandalia
Example
[TABLE="width: 320"]
<TBODY>[TR]
[TD][/TD]
[TD]Ahmedabad</SPAN>
[/TD]
[TD]Bombay</SPAN>
[/TD]
[TD]New York</SPAN>
[/TD]
[/TR]
[TR]
[TD]Apple</SPAN>
[/TD]
[TD="align: right"]10</SPAN>
[/TD]
[TD="align: right"]13</SPAN>
[/TD]
[TD="align: right"]16</SPAN>
[/TD]
[/TR]
[TR]
[TD]Banana</SPAN>
[/TD]
[TD="align: right"]11</SPAN>
[/TD]
[TD="align: right"]14</SPAN>
[/TD]
[TD="align: right"]17</SPAN>
[/TD]
[/TR]
[TR]
[TD]Orange</SPAN>
[/TD]
[TD="align: right"]12</SPAN>
[/TD]
[TD="align: right"]15</SPAN>
[/TD]
[TD="align: right"]18</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]
I want to automaticaly define name for 10 as AhmedabadApple, 11 as AhmedabadBanana, 14 as BombayApple so and so forth.
I don't know how to do that. Please help me on it.
I tried find out the function for it but think there is none. I am also not that good at VB. Would please give me macro by which I can do it.
Many thanks,
Dipen Mandalia