F
Fred
I'm using the custom properties section to store data from a Access Database.
When I try to retrieve that data with a vb program using either .Cells or
..CellsSRC I am only succesfull if the value field of the cust prop has a
number (integer or real) in it. If the value is a string, both functions
return a zero.
prop.input1.value = 13 ...... both functions return 13
prop.input1.value = XSEL ... both functions return 0
Any ideas?
Thanks
When I try to retrieve that data with a vb program using either .Cells or
..CellsSRC I am only succesfull if the value field of the cust prop has a
number (integer or real) in it. If the value is a string, both functions
return a zero.
prop.input1.value = 13 ...... both functions return 13
prop.input1.value = XSEL ... both functions return 0
Any ideas?
Thanks