Hi all! I'm pretty sure this may have been answered before, but I'm self-taught in excel and know about 100% of nothing as far as coding goes, so I need to try an get this explained super simply if possible. The post I think I found before talked a lot about coding and something like VBA and I don't have a clue what to do with that so I didn't want to try anything and end up breaking my work computer.
I have aspreadsheet and would like to know if its possible to only print the rows I adddata to. Right now, the sheet lookslike:
[TABLE="width: 339"]
<tbody>[TR]
[TD="width: 75, bgcolor: transparent"]Amount
[/TD]
[TD="width: 89, bgcolor: transparent"]Material #
[/TD]
[TD="width: 217, bgcolor: transparent"]Description
[/TD]
[TD="width: 71, bgcolor: transparent"]Catalog
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]1
[/TD]
[TD="width: 89, bgcolor: transparent"]350546
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,26
[/TD]
[TD="width: 71, bgcolor: transparent"]LCE
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]3
[/TD]
[TD="width: 89, bgcolor: transparent"]350547
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,28
[/TD]
[TD="width: 71, bgcolor: transparent"]FM
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]4
[/TD]
[TD="width: 89, bgcolor: transparent"]350548
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,30
[/TD]
[TD="width: 71, bgcolor: transparent"]FM
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"][/TD]
[TD="width: 89, bgcolor: transparent"]350549
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,32
[/TD]
[TD="width: 71, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"][/TD]
[TD="width: 89, bgcolor: transparent"]350550
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,34
[/TD]
[TD="width: 71, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
There are about 2000 rows total in the document, so Id really liketo have it only print the title line and the rows where theres an amountlisted to save paper each time I have to print it. It this possible and anywhere close to easyto do? Would this be easier to do inAccess maybe?
Thank you all so much for your time and help!!!!
I have aspreadsheet and would like to know if its possible to only print the rows I adddata to. Right now, the sheet lookslike:
[TABLE="width: 339"]
<tbody>[TR]
[TD="width: 75, bgcolor: transparent"]Amount
[/TD]
[TD="width: 89, bgcolor: transparent"]Material #
[/TD]
[TD="width: 217, bgcolor: transparent"]Description
[/TD]
[TD="width: 71, bgcolor: transparent"]Catalog
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]1
[/TD]
[TD="width: 89, bgcolor: transparent"]350546
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,26
[/TD]
[TD="width: 71, bgcolor: transparent"]LCE
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]3
[/TD]
[TD="width: 89, bgcolor: transparent"]350547
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,28
[/TD]
[TD="width: 71, bgcolor: transparent"]FM
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"]4
[/TD]
[TD="width: 89, bgcolor: transparent"]350548
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,30
[/TD]
[TD="width: 71, bgcolor: transparent"]FM
[/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"][/TD]
[TD="width: 89, bgcolor: transparent"]350549
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,32
[/TD]
[TD="width: 71, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="width: 75, bgcolor: transparent"][/TD]
[TD="width: 89, bgcolor: transparent"]350550
[/TD]
[TD="width: 217, bgcolor: transparent"]BELT, BLACK, SAM BROWN,34
[/TD]
[TD="width: 71, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
There are about 2000 rows total in the document, so Id really liketo have it only print the title line and the rows where theres an amountlisted to save paper each time I have to print it. It this possible and anywhere close to easyto do? Would this be easier to do inAccess maybe?
Thank you all so much for your time and help!!!!