Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Text to Formula | Excel Worksheet Functions | |||
How to convert formula to text | Excel Worksheet Functions | |||
convert text into Formula | Excel Discussion (Misc queries) | |||
how to convert a formula into text in order to display the formula | Excel Discussion (Misc queries) | |||
convert text to a value to be used in a formula | Excel Worksheet Functions |