Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DataTable
#2
Solved: 11 Years, 4 Months ago
get values from data table and make them into a single string.
Ex:
Code:
DataTable.SetCurrentRow(i)
a = DataTable.Value("Col ID","Sheet ID")
DataTable.SetCurrentRow(j)
b = DataTable.Value("Col ID","Sheet ID")

t = a&","&b 'If a and b both are string
If not,
t = CStr(a)&","&Cstr(b)
Reply


Messages In This Thread
DataTable - by SS001 - 07-19-2010, 12:35 PM
RE: DataTable - by sasmitakumari - 07-19-2010, 12:54 PM
RE: DataTable - by SS001 - 07-20-2010, 04:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Datatable add and datatable import sheet wheelercha 4 33,634 06-14-2012, 04:53 PM
Last Post: Arul

Forum Jump:


Users browsing this thread: 1 Guest(s)