Transfer Names from Excel to PowerPoint Using VBA

Faisal A

New Member
Joined
Dec 12, 2021
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
  2. MacOS
Hi there,
I have a list of names and emails in excel sheet, and I have designed a certificate in PowerPoint.

my question is can I transfer every name in a single certificate and then send the certificate to them my email using VBA?

thank you.

Best.

-Faisal
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Yes you can. Here is a basic logic. Give it a try and post the code that you tried and we will take it from there.

  1. Bind with Powerpoint using Early/Late Binding. For MacOs, use Early Binding.
  2. Identify the text shapes in Powerpoint that needs to be updated
  3. Loop though the range in Excel and simply write to those text shapes
  4. The next step depends on what you want to do. Send them the PPT? Print to PDF and then send the PDF? etc...
  5. Once done, Early/Late Binding with Outlook and send the email.
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top