hhzyousafi
Registered User.
- Local time
- Today, 21:07
- Joined
- Nov 18, 2013
- Messages
- 74
I have been trying for the better part of the past hour trying to convert string into double number format. I am running a SQL query in VBA that returns a double number format; however my understanding with SQL queries in VBA is that they return string only. The results are showing up perfectly fine when I run the query in the query editor; however when I try using the returned value in further calculations in VBA I keep getting a "Type Mismatch" error. Can someone please help me?