Hi everyone.

I trying to have data be inserted from a excel file and I need to know what would be the code to have the text be place on a layer that I pick by picking text that is already on that layer, I have this part to get the text height when it is inserted.

Code:
Dim SelEnt As AcadEntity
	Dim selPt As Variant
	'Dim Getlay As Boolean
	ThisDrawing.Utility.GetEntity SelEnt, selPt, "Select Text Height:"
Thanks,

Kyle C.