mohanprabhus
New Member
- Joined
- Dec 7, 2016
- Messages
- 17
I'm trying to write a macro that matches an F Column cell in the with the sheet name and then pulls data from Active sheet and then copies to the exact sheet Name where I want to insert the cell value & create pdf based on the sheet
SHEETNAMEs mentioned below
SamplePDF1
PDFfile2
Excel3
PDF4
When i double click on the SamplePDF1 automatically the cells enter in particular Sheet Name (SamplePDF1) in Given Cell value & data Create a PDF.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]PDFNumber[/TD]
[TD]Client Name & Address[/TD]
[TD]Particular[/TD]
[TD]Total[/TD]
[TD]Amount[/TD]
[TD]Tax[/TD]
[TD]PDF Template[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]India, 1234, Karnataka, India[/TD]
[TD]Linkedin[/TD]
[TD]1000[/TD]
[TD]847[/TD]
[TD]152[/TD]
[TD]SamplePDF1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Google, 4321, Karnataka, India[/TD]
[TD]Yahoo[/TD]
[TD]500[/TD]
[TD]423[/TD]
[TD]76[/TD]
[TD]PDFfile2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Exce1, 12, Karnataka, India[/TD]
[TD]Beetel[/TD]
[TD]2000[/TD]
[TD]1694[/TD]
[TD]305[/TD]
[TD]Excel3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Excelforum.com, 312, India[/TD]
[TD]Aptonia[/TD]
[TD]1560[/TD]
[TD]1322[/TD]
[TD]238[/TD]
[TD]PDF4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
SHEETNAMEs mentioned below
SamplePDF1
PDFfile2
Excel3
PDF4
When i double click on the SamplePDF1 automatically the cells enter in particular Sheet Name (SamplePDF1) in Given Cell value & data Create a PDF.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]PDFNumber[/TD]
[TD]Client Name & Address[/TD]
[TD]Particular[/TD]
[TD]Total[/TD]
[TD]Amount[/TD]
[TD]Tax[/TD]
[TD]PDF Template[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]India, 1234, Karnataka, India[/TD]
[TD]Linkedin[/TD]
[TD]1000[/TD]
[TD]847[/TD]
[TD]152[/TD]
[TD]SamplePDF1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Google, 4321, Karnataka, India[/TD]
[TD]Yahoo[/TD]
[TD]500[/TD]
[TD]423[/TD]
[TD]76[/TD]
[TD]PDFfile2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Exce1, 12, Karnataka, India[/TD]
[TD]Beetel[/TD]
[TD]2000[/TD]
[TD]1694[/TD]
[TD]305[/TD]
[TD]Excel3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Excelforum.com, 312, India[/TD]
[TD]Aptonia[/TD]
[TD]1560[/TD]
[TD]1322[/TD]
[TD]238[/TD]
[TD]PDF4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]