Excel2PPT
Get Excel2PPTSupport
  • ๐Ÿ‘‹Welcome to the Excel2PPT Exporter
  • ๐Ÿ’กFundamentals
    • Getting Started
    • Support
  • ๐Ÿ“šGuides
    • How to Retrieve and Fill in Image Properties (Width, Height, Top, Left)
    • How to Access additional Settings
    • How to Customize addtional Settings
    • How to Use the Clean PowerPoint File Button
    • How to Define Named Ranges for Export
    • How to Use the Insert Template Button
  • โ‰๏ธFAQ
    • I donโ€™t know VBA. Can I still use this template?
    • Can I export ranges that are not charts?
    • Can I view and edit the VBA code?
    • Can I change the position and size of the charts in PowerPoint?
    • Can I place multiple charts on a single slide?
    • Which Excel versions are supported?
    • How do I get a refund?
Powered by GitBook
On this page

Was this helpful?

  1. FAQ

Can I view and edit the VBA code?

Yes, you can view, modify, and extend the VBA code to suit your needs. To access the code in Excel:

  1. Press Alt + F11 to open the VBA Editor.

  2. In the VBA Editor, navigate to Project Explorer (if itโ€™s not visible, press Ctrl + R).

  3. Look for Excel2PPT in the list, expand it, and select the modules where the VBA code is stored.

You can then make any edits or customizations directly in the VBA Editor.

Last updated 6 months ago

Was this helpful?

โ‰๏ธ