Prompt Details
Model
Chat GTP 4o
Example input
- My presentation topic: The AI Daily: Leveraging AI for Small Business Success - My target audience: Small business owners, content creators, marketers, solopreneurs, entrepreneurs. Age: 24-55. Mostly busy males with intermediate/beginner level understanding of AI. - My desired file format: VBA.
Example output
Here is the VBA code for creating a PowerPoint presentation on the topic "The AI Daily: Leveraging AI for Small Business Success":
```vba
Sub CreatePresentation()
Dim ppt As Presentation
Dim sld As Slide
Dim shp As Shape
' Create a new presentation
Set ppt = Application.Presentations.Add
' Slide 1: Title Slide
Set sld = ppt.Slides.Add(1, ppLayoutTitle)
sld.Shapes.Title.TextFrame.TextRange.Text = "The AI Daily: Leveraging AI for Small Business Success"
sld.Shapes.Placeholders(2).TextFrame.TextRange.Text = "How AI can drive growth and efficiency for small businesses" Preview Output Generated by This Prompt
Tags and categories