J
jurgenC!
hi all,
looking for assistance on how to convert a text within a cell to a
formula.
i sucessfully created the text for a cell as follow:
C:\Documents and Settings\jurgenC\Desktop\QA\[TestCases
(FRD).xls]TestScripts!'E12
now i would like to convert this into a formula so that it reads:
=C:\Documents and Settings\jurgenC\Desktop\QA\[TestCases
(FRD).xls]TestScripts!'E12
the piece of code is as follow:
Workbooks(sMaster). _
Worksheets("TestScripts"). _
Range("A1"). _
Offset(iRowD, iPriority + 4) = _
"'" & sLocation & "[" &
Workbooks(sMaster). _
Worksheets("TestScripts"). _
Range("A1"). _
Offset(iRowD, iPriority + 3) &
"]TestScripts!'E" & iRowS + 2
thanking you in advance for any help and your time.
cheers....
....jurgenC!
looking for assistance on how to convert a text within a cell to a
formula.
i sucessfully created the text for a cell as follow:
C:\Documents and Settings\jurgenC\Desktop\QA\[TestCases
(FRD).xls]TestScripts!'E12
now i would like to convert this into a formula so that it reads:
=C:\Documents and Settings\jurgenC\Desktop\QA\[TestCases
(FRD).xls]TestScripts!'E12
the piece of code is as follow:
Workbooks(sMaster). _
Worksheets("TestScripts"). _
Range("A1"). _
Offset(iRowD, iPriority + 4) = _
"'" & sLocation & "[" &
Workbooks(sMaster). _
Worksheets("TestScripts"). _
Range("A1"). _
Offset(iRowD, iPriority + 3) &
"]TestScripts!'E" & iRowS + 2
thanking you in advance for any help and your time.
cheers....
....jurgenC!