lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
The article below from Microsoft did not explain really What is Conversion? What kind of class/object etc.
I used object browser and it says it is Module and it has some functions inside like Cint and Val. I understood that these functions are VBA functions. I tried them and I can access them without saying
Conversion.val("123), I can just type val("123")
My question, what is Coversion? how it is different from Worksheet.Function? is there any other Module similar to Conversion and lastly why the type is Module?
Thank you.
https://docs.microsoft.com/en-us/do...reference/functions/type-conversion-functions
The article below from Microsoft did not explain really What is Conversion? What kind of class/object etc.
I used object browser and it says it is Module and it has some functions inside like Cint and Val. I understood that these functions are VBA functions. I tried them and I can access them without saying
Conversion.val("123), I can just type val("123")
My question, what is Coversion? how it is different from Worksheet.Function? is there any other Module similar to Conversion and lastly why the type is Module?
Thank you.
https://docs.microsoft.com/en-us/do...reference/functions/type-conversion-functions