anglais428
Well-known Member
- Joined
- Nov 23, 2009
- Messages
- 634
- Office Version
- 2016
- Platform
- Windows
Strange one...
I have a macro that returns data values in a matrix table format.
When I run the macro from the Developer ribbon (Developer - Macros - macro_name - Run) it returns the values I need.
When I run the macro from a button it returns lower values.
The macro looks at two columns and it seems like when I do the former it catches both; however when I do the latter it only catches the first column.
How can this be if they are both running the same macro?
I have a macro that returns data values in a matrix table format.
When I run the macro from the Developer ribbon (Developer - Macros - macro_name - Run) it returns the values I need.
When I run the macro from a button it returns lower values.
The macro looks at two columns and it seems like when I do the former it catches both; however when I do the latter it only catches the first column.
How can this be if they are both running the same macro?