J
jopu
Can below piece of code be converted to use the "Cells" property:
Code
-------------------
Range("B55
55,I55").Selec
-------------------
I have a following piece of code used to determine range for a chart:
Code
Code
-------------------
Range("B55

-------------------
I have a following piece of code used to determine range for a chart:
Code