Hi All,
I am currently working on to write code for process where in i want to print labels which have data from sheet 2, sheet 2 have three columns one - Name Second- Roll No, Third- Hall no, this data goes upto 1000 rows in sheet 2
What i am trying to do is to get data from sheet 2 to sheet 1 in form of labels, each label contain different Name, Roll No and Hall No.
I am try do it will loop and want control number of label in each page.
Can some one help me to get it right as blown my head in this....
Labels look like below with Outline Border.....
<table style="border-collapse: collapse; width: 192pt;" border="0" cellpadding="0" cellspacing="0" width="256"><col style="width: 48pt;" span="4" width="64"> <tbody><tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 48pt;" width="64" height="20">Name </td> <td class="xl66" style="width: 48pt;" width="64"> </td> <td class="xl66" style="width: 48pt;" width="64"> </td> <td class="xl67" style="width: 48pt;" width="64"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">Roll No </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">Hall No </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20"> </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl70" style="height: 15.75pt;" height="21"> </td> <td class="xl71"> </td> <td class="xl71"> </td> <td class="xl72"> </td> </tr> </tbody></table>
I am currently working on to write code for process where in i want to print labels which have data from sheet 2, sheet 2 have three columns one - Name Second- Roll No, Third- Hall no, this data goes upto 1000 rows in sheet 2
What i am trying to do is to get data from sheet 2 to sheet 1 in form of labels, each label contain different Name, Roll No and Hall No.
I am try do it will loop and want control number of label in each page.
Can some one help me to get it right as blown my head in this....
Labels look like below with Outline Border.....
<table style="border-collapse: collapse; width: 192pt;" border="0" cellpadding="0" cellspacing="0" width="256"><col style="width: 48pt;" span="4" width="64"> <tbody><tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 48pt;" width="64" height="20">Name </td> <td class="xl66" style="width: 48pt;" width="64"> </td> <td class="xl66" style="width: 48pt;" width="64"> </td> <td class="xl67" style="width: 48pt;" width="64"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">Roll No </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">Hall No </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20"> </td> <td>
</td> <td>
</td> <td class="xl69"> </td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl70" style="height: 15.75pt;" height="21"> </td> <td class="xl71"> </td> <td class="xl71"> </td> <td class="xl72"> </td> </tr> </tbody></table>
Last edited: