Hi guys,
This:
Has worked pretty fine until now. I have not needed to use the "Strict" option until I needed to poll for a value in a range. I Googled around and found that there's the Ctype conversion, but I have problems implementing it. It looks like this now:
![Name: Untitled.png
Views: 129
Size: 8.4 KB]()
How do I go around this?
Thanks.
This:
vb.net Code:
Dim xlApp As Object = CreateObject("Excel.Application") Dim xlBook As Object = xlApp.Workbooks.Open(TextBox1.Text)
Has worked pretty fine until now. I have not needed to use the "Strict" option until I needed to poll for a value in a range. I Googled around and found that there's the Ctype conversion, but I have problems implementing it. It looks like this now:
How do I go around this?
Thanks.