I can't get it to work.
I have set this property for a single cell, but it does not have any effect.
Can you confirm that this is the way to do it?
.Cells(.Rows.Count - 1, "GUID").Value = sGUID 'this is used for the drop-down list. Items in the list are identified by a GUID string
.Cells(.Rows.Count - 1, "GUID").TypeFlags = iGCellTypeFlags.NoTextEdit
Thank you.