Hi
I need to use a table field as a file path rather than typing the exact text in the vba
I need this as the file path needs to be able to be easily updated with an update query rather than having to keep going into the vba and altering it manually
Currently my sheet path is:
MySheetPath = "S:\Global_Purchasing1\Global Purchasing UK (D Blood)\Purchasing Exec Operations UK (A. Swan)\General Machining\PSSU Supplier Dev & Qual\SIG\Sabre Self Asses Compliance\SABRe deployment governance PSSU - REV 2.xlsx"
What I need it to be is:
MySheetPath = "Tables!Tbl_Tracker_Link_Details!Tracker_Link"
However when I use this I am getting an error box saying"Automation Error, Invalid syntax"
Help much Appreciated
I need to use a table field as a file path rather than typing the exact text in the vba
I need this as the file path needs to be able to be easily updated with an update query rather than having to keep going into the vba and altering it manually
Currently my sheet path is:
MySheetPath = "S:\Global_Purchasing1\Global Purchasing UK (D Blood)\Purchasing Exec Operations UK (A. Swan)\General Machining\PSSU Supplier Dev & Qual\SIG\Sabre Self Asses Compliance\SABRe deployment governance PSSU - REV 2.xlsx"
What I need it to be is:
MySheetPath = "Tables!Tbl_Tracker_Link_Details!Tracker_Link"
However when I use this I am getting an error box saying"Automation Error, Invalid syntax"
Help much Appreciated