Hello,
I created a variable USER_ID as an internal variable of data type String.
I need to create a CEL entry using this variable so that I have something like below:
I did this:
VBA Code:
Dim vValue as Variant
vValue = CVar("A001")
thisProject.Cel.WriteCelStringEx "User_comment_here", "USER_ID", 100, 0, vValue, 0
However, the result is that the Value column is not set, it is empty. The rest of the columns are correct: Name, Text.
What could be the problem? Is there another way?
Thanks for the help..
This is a migrated post! Originally posted on 10.06.2008 by user tauhien. Please be aware that information can be outdated.