H
henryonyeagbako
Im trying at present to use the SetfieldDescription Function that i
found on Allen Browne's website. I call the function in the following
way
Call SetFieldDescription(tdf, fld, xlWs.Cells(r, c).Offset(0,
3).Value)
where the description is read from an excel cell value. This passed
all the values correctly apart from the excel cell value that was not
recognised at all. So i decided to write the value of the cell to a
string so DescripText=xlWs.Cells(r, c).Offset(0, 3).Value 'the
description in excel cell is "Uniquely identifies the branch ID". I
then changed the call procedure to the following:
'Call SetFieldDescription(tdf, fld,DescripText)
The function yet again did not seem to pick up the passed description
text. Please does anyone have examples of passing values to the
function to enable it to set the description correctly.
found on Allen Browne's website. I call the function in the following
way
Call SetFieldDescription(tdf, fld, xlWs.Cells(r, c).Offset(0,
3).Value)
where the description is read from an excel cell value. This passed
all the values correctly apart from the excel cell value that was not
recognised at all. So i decided to write the value of the cell to a
string so DescripText=xlWs.Cells(r, c).Offset(0, 3).Value 'the
description in excel cell is "Uniquely identifies the branch ID". I
then changed the call procedure to the following:
'Call SetFieldDescription(tdf, fld,DescripText)
The function yet again did not seem to pick up the passed description
text. Please does anyone have examples of passing values to the
function to enable it to set the description correctly.