imranjiwani
New Member
- Joined
- Nov 23, 2017
- Messages
- 1
Hi
I have a simple question, why in the following line the variable is not assigned the value directly like this:
source_date = b8 instead of the following:
source_date = Range("b8").Value
Thanks for your help.
I have a simple question, why in the following line the variable is not assigned the value directly like this:
source_date = b8 instead of the following:
source_date = Range("b8").Value
Thanks for your help.