P
PhaseDragon
I have a Research.xls file which has a list of discovered Tech Items in the
Discovery sheet. This information is queried into a file called PopGrp.xls
which list the available tech and allows production of those items.
I have set up the query and it works the way it's supposed to...that is as
long as the file is never moved or renamed. The problem arises when the
player has more than 1 empire and/or if they want to save their files into a
different directory. That empire needs to have a separate Research.xls file
and PopGrp.xls file and the path to that file needs to be adjusted in the
query.
How can I create a query with programming code in PopGrp.xls with the
following:
PathName = Worksheets("Start").Cells(1,1)
FileName = "Research " & EmpID & ".xls"
The Query would grab info from:
PathName & FileName
Worksheets("Discovery")
Fields: T#, TechName
The information would be placed in Worksheets("Flow").Range("F2")
Overwriting Cells and copying down adjacent formulas
Discovery sheet. This information is queried into a file called PopGrp.xls
which list the available tech and allows production of those items.
I have set up the query and it works the way it's supposed to...that is as
long as the file is never moved or renamed. The problem arises when the
player has more than 1 empire and/or if they want to save their files into a
different directory. That empire needs to have a separate Research.xls file
and PopGrp.xls file and the path to that file needs to be adjusted in the
query.
How can I create a query with programming code in PopGrp.xls with the
following:
PathName = Worksheets("Start").Cells(1,1)
FileName = "Research " & EmpID & ".xls"
The Query would grab info from:
PathName & FileName
Worksheets("Discovery")
Fields: T#, TechName
The information would be placed in Worksheets("Flow").Range("F2")
Overwriting Cells and copying down adjacent formulas