Hi all,
I had a working macro which was pulling data from various excel documents (batch macro). this Macro has suddenly stop working correctly. it is now pulling one line of data for the amount of files to be pulled in and sometimes not working at all.
Due to data security i can not share the files but can some please arrange a call with me to troubleshoot
Thanks in advance
I don't think anyone can arrange a call with you... but based on your request, let's try to troubleshoot this way:
Hey there i can see your post i have some suggetion
Review Macro Code: Start by reviewing the macro code to identify any potential errors or issues. Check for any recent changes or updates that might have affected its functionality. Look for specific lines of code that handle the file pulling process and data extraction.
Debugging Tools: Utilize Excel's built-in debugging tools to identify the specific point where the macro is encountering errors or unexpected behavior. You can use breakpoints, watch variables, and step through the code to isolate the problem.
Check File Paths and Names: Verify that the file paths and names used in the macro are correct and match the actual locations and names of the Excel files you want to pull data from. Ensure that the macro can access the files and that they are not locked or in use by another process.
Error Handling: Implement proper error handling in your macro to capture and handle any potential errors or exceptions that might occur during the data pulling process. This can help you identify specific issues and provide more informative error messages.
Data Format and Structure: Confirm that the data in the Excel files being pulled matches the expected format and structure defined in your macro. Inconsistent or unexpected data formatting or structure can cause issues during the data extraction process.
Test with Sample Files: If possible, create a set of sample Excel files that resemble the structure and data format of your actual files. Use these sample files to debug and troubleshoot the macro without sharing sensitive data.
Consider External Factors: Consider any recent changes to your system, such as updates to Excel or changes in security settings, that might have affected the macro's behavior. It's also worth checking if any security software or antivirus programs are interfering with the macro's execution.
Seek Expert Assistance: If you've exhausted your troubleshooting efforts and the TellHappyStar Survey issue persists, you might consider reaching out to Excel experts or forums where you can provide more specific details about your macro and seek assistance.
Thanks and regards
EfrainGraham
@moshood -- at the bottom of this page is a button to submit a support ticket with Alteryx. Given the sensitive nature of your data, it would be best to go through them directly due to NDAs.
https://community.alteryx.com/t5/Support/bd-p/SupportPage
If your company has a customer success manager aligned, I'd actually start there before the support ticket, but those are the best options for openly discussing your actual macro/data.
Hope this helps. 🙂