risscand
New Member
- Joined
- Mar 3, 2015
- Messages
- 3
Good Afternoon,
I'm relatively new to VBA and macros but I'm enjoying the journey. I am experiencing issues with a Run-Time error '9' in my macro "Subscript out of range." The debugger identified this line as the issue:
With ActiveWorkbook.Worksheets("Incoming_Request_Detail_data").Sort
After some research I have found that it may be attributed to using the shortkeys however running it manually via a customized ribbon did not work. The only thing missing from my macro when I run it is filtering the data to alphabetize it. Even though that is a simple step for the user to complete, I would rather my work be complete.
Looking forward to the advice!
Riss
I'm relatively new to VBA and macros but I'm enjoying the journey. I am experiencing issues with a Run-Time error '9' in my macro "Subscript out of range." The debugger identified this line as the issue:
With ActiveWorkbook.Worksheets("Incoming_Request_Detail_data").Sort
After some research I have found that it may be attributed to using the shortkeys however running it manually via a customized ribbon did not work. The only thing missing from my macro when I run it is filtering the data to alphabetize it. Even though that is a simple step for the user to complete, I would rather my work be complete.
Looking forward to the advice!
Riss