happyhungarian
Active Member
- Joined
- Jul 19, 2011
- Messages
- 252
- Office Version
- 365
- Platform
- Windows
Hi, I have a table I run using Power Query where one of the filters in the query runs off of a Named Range called "ProjectCode". Whatever project code is entered into the designated cell it will update the query with that new filter. This works great with a singular tab. However, when I want to replicate that tab the queries that get create on the tab are still referencing the Named Range "ProjectCode" from the original tab rather than referencing the "ProjectCode" that's on the newly created tab. I think it has to do with the syntax on my Power Query where it says "CurrentWorkbook". Is there a simple fix like "Current Worksheet" or something similar that would fix this?