Forum Discussion
judithdapon
Jun 27, 2023Copper Contributor
Invalid or false argument
The macro that I am trying to use on my file is getting an invalid or false argument error. I recorded on how I pivot the file I am working on using Macro. I used the same sheet I used during the r...
mtarler
Jun 28, 2023Silver Contributor
If you already ran this on a file then you will get errors because that range already has data and that TableName already exists. You probably want to edit that macro and remove the TableName setting (should auto name it) and TableDestination will either be removed or changed to automatically assign a new location. But as for why you are getting an error, I suspect that is the reason why.