PromptBase
Close icon
General
Home
Marketplace
Hire
Create
Login
Sell
Explore
🤖 GPT

Make A Powerpoint No Work

Make A Powerpoint No Work gpt prompt mini thumbnail
1Heart icon
Favorites
38Eye icon
Views
GPT-4
TestedTick icon
TipsTick icon
This prompt helps create a PowerPoint using VBA code. So Chatgpt does all the work and you just have to copy and paste the output into PowerPoint and you can run the code and get the powerpoint. Works with GPT3 but for better output use GPT 4 If you have trouble find where to put the code you can text me and i will help.
...more
$8.99
Get prompt
After purchasing, you will gain access to the prompt file which you can use with GPT or the app builder. You'll receive 20 free generation credits with this purchase. By purchasing this prompt, you agree to our terms of service.
Over 1 month ago

Prompt Details

Model
Chat - GPT-4 (gpt-4)
Token size
150 ($0.00450 / call)
Example input
4 slides on, The Impact of Climate Change on Wildlife
Example output
Option Explicit Const TITLE_SLIDE_LAYOUT As Integer = 1 Const CONTENT_SLIDE_LAYOUT As Integer = 2 Const IMAGE_SLIDE_LAYOUT As Integer = 6 Sub CreateClimateChangePresentation() Dim pptApp As PowerPoint.Application Dim pptPres As PowerPoint.Presentation Dim slide As PowerPoint.Slide Dim slideIndex As Integer Set pptApp = New PowerPoint.Application pptApp.Visible = msoTrue Set pptPres = pptApp.Presentations.Add ' Slide 1: Introduction slideIndex = pptPres.Slides.Count + 1 Set slide = pptPres.Slides.Add(slideIndex, TITLE_SLIDE_LAYOUT) slide.Shapes.Title.TextFrame.TextRange.Text = "The Impact of Climate Change on Wildlife" slide.Shapes(2).TextFrame.TextRange.Text = "Understanding the Effects and Solutions" ' Slide 2: How Climate Change Affects Wildlife slideIndex = pptPres.Slides.Count + 1 Set slide = pptPres.Slides.Add(slideIndex, CONTENT_SLIDE_LAYOUT) slide.Shapes.Title.TextFrame.TextRange.Text = "How Climate Change Affects Wildlife" slide.Shapes(2).TextFrame.TextRange.Text = "• Changes in temperature" & vbCrLf & " - Alteration of hibernation and migration patterns" & vbCrLf & "• Shifts in habitats" & vbCrLf & " - Loss of habitat or fragmentation" & vbCrLf & "• Altered food sources" & vbCrLf & " - Changes in availability or abundance of prey" & vbCrLf & "• Increased vulnerability to disease and invasive species" & vbCrLf & " - Weakening of immune systems, new predators, and competitors" ' Slide 3: Case Studies slideIndex = pptPres.Slides.Count + 1 Set slide = pptPres.Slides.Add(slideIndex, CONTENT_SLIDE_LAYOUT) slide.Shapes.Title.TextFrame.TextRange.Text = "Case Studies: Species at Risk" slide.Shapes(2).TextFrame.TextRange.Text = "• Polar bears" & vbCrLf & " - Declining sea ice reduces hunting opportunities" & vbCrLf & "• Coral reefs" & vbCrLf & " - Ocean acidification and warming threaten coral ecosystems" & vbCrLf & "• Migratory birds" & vbCrLf & " - Timing mismatches with food sources and nesting habitats" & vbCrLf & "• Amphibians" & vbCrLf & " - Increased susceptibility to diseases, such as chytridiomycosis" ' Slide 4: What We Can Do to Help slideIndex = pptPres.Slides.Count + 1 Set slide = pptPres.Slides.Add(slideIndex, CONTENT_SLIDE_LAYOUT) slide.Shapes.Title.TextFrame.TextRange.Text = "What We Can Do to Help" slide.Shapes(2).TextFrame.TextRange.Text = "• Reduce greenhouse gas emissions" & vbCrLf & " - Adopt cleaner energy sources, increase energy efficiency" & vbCrLf & "• Protect and restore habitats" & vbCrLf & " - Implement conservation strategies, reforest degraded areas" & vbCrLf & "• Support wildlife conservation organizations" & vbCrLf & " - Donate, volunteer, and participate in citizen science initiatives"
Browse Marketplace