Excel VBA Automation Script
Generate VBA macros to automate Excel tasks
Content
Create a VBA macro for Microsoft Excel that: Task Description: {{task_description}} Input Data: {{input_description}} Desired Output: {{output_description}} Sheet Names: {{sheet_names}} Requirements: - Include error handling - Add comments explaining the code - Make it efficient for {{data_size}} rows - Handle edge cases: {{edge_cases}} Provide the complete VBA code with instructions on how to use it.
Related Prompts
Regex Pattern Generator and Explainer
Generates precise regular expressions for any text matching task and explains each component in plain English, with test cases and language-specific implementation code.
Chain-of-Thought Debugger
Step-by-step code debugging prompt that asks AI to think through the problem before providing solutions
Chain-of-Verification Generator
Generate self-verifying prompts that ask the AI to check its own outputs against criteria
AI-Powered Unit Test Generator
Generate comprehensive unit tests for any codebase with edge cases and mocking