WMitchellCPQ
Programmer
Hi Im new to both VB and VBA im having problems with the following.
str = Range("SheetName!RangeName"
.Cells(2, i).Value
It seems as if the types are no the same. How can i make the value from range a string ?
Thanks in advance
W
str = Range("SheetName!RangeName"
It seems as if the types are no the same. How can i make the value from range a string ?
Thanks in advance
W