Im trying to workout the cell refrence and then go to a cell a couple over and enter data
So far i have
x = Sheet4.Range("A1").formula
'which returns x as =Markets!F155
Now i have the problem, i want to use the row number (155) and go to column "Q" in "Markets" and enter some data but i cant seem to get there. I have been trying to get a split to work but with no success.
Any ideas?
So far i have
x = Sheet4.Range("A1").formula
'which returns x as =Markets!F155
Now i have the problem, i want to use the row number (155) and go to column "Q" in "Markets" and enter some data but i cant seem to get there. I have been trying to get a split to work but with no success.
Any ideas?