Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing Excel sheet - Reference Values are not recognized
#4
Solved: 10 Years, 9 Months, 1 Week ago
My workaround is to loop through the parameter's values and remove the "[]" from "=[]Sheet1!A1"
Code:
Function RemoveBracket(strSheetName)
    RowCount = Datatable.GetSheet(strSheetName).GetRowCount
    For i = 1 To RowCount
        DataTable.GetSheet(strSheetName).GetParameter("ParameterName").ValueByRow(i) = "=Sheet1!A1"
    Next
End Function
Reply


Messages In This Thread
RE: Importing Excel sheet - Reference Values are not recognized - by lkng2001 - 01-23-2015, 02:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Telnet command not recognized Sanjana1987 1 1,859 09-20-2017, 03:16 PM
Last Post: Ankur
  Need help for copying values from one excel to another excel vinodhiniqa 0 1,189 07-06-2017, 05:33 PM
Last Post: vinodhiniqa
  Reading data from excel sheet serenediva 1 8,915 03-03-2017, 10:07 AM
Last Post: vinod123
  How import final calculated values by cell formula from Excel not the formula itself. qtped 1 4,718 01-17-2017, 04:05 PM
Last Post: sagar.raythatha
  Importing data sheet Santu 2 3,208 08-20-2015, 11:37 PM
Last Post: ADITI1992

Forum Jump:


Users browsing this thread: 1 Guest(s)