by bolpx001 » Wed Oct 05, 2011 7:28 pm
Can I just clear the cells after the trade, so far I have been using the following:
Range(Sheets("rawData").Cells(5, 17), Sheets("rawData").Cells(5, 17)) = "CLEAR"
followed on the next refresh by
Range(Sheets("rawData").Cells(5, 17), Sheets("rawData").Cells(5, 21)) = ""
It would be really handy and faster if I could just use the second line of code - best regards Paul