Question
VBScript: Get the content of a text region ?
Hallo MathCad Collab,
is there a usable solution to get the content (value?) of a text region object in a VBScript worksheet.regions - loop like this:
Const mcTextRegion = 0
For each rg in Worksheet.Regions
If rg.Type = mcTextRegion Then
TextRegionString = rg.???????
......
......
End If
Next
Using a Listbox - Component in Mathcad V13 / V14.
Thanks Burkhard

