There are two ways you can reference a cell for example if you want to refer to cell B10 then you can do it like this
orCode:Range("B10")
Code:Cells(10,2) '<~~ 10 is the row number and 2 is the column number
|
Results 1 to 17 of 17
Thread: [RESOLVED] Excel ConundrumThreaded View
|
Click Here to Expand Forum to Full Width |