ColinBurrows
New member
- Joined
- Feb 25, 2017
- Messages
- 3
- Reaction score
- 0
- Points
- 0
- Location
- New Jersey, USA
- Excel Version(s)
- Office 365 ProPlus
I am trying to pass in a fieldname as a parameter to a function.
Within the function I need to filter a table using Table.SelectRows(table, each fieldname = something)
The problem I'm having is that no matter what I do, fieldname is always surrounded by double quotes so nothing gets returned.
Any ideas?
Thanks
Within the function I need to filter a table using Table.SelectRows(table, each fieldname = something)
The problem I'm having is that no matter what I do, fieldname is always surrounded by double quotes so nothing gets returned.
Any ideas?
Thanks