B
Blue
I have the following code, what syntax do I put to paste sgm value in the
selected cell?
Sub findsqm()
Dim sqm As Long
sqm = Range("K1").Value
(Code in here to open another spreadsheet and find a particular cell)
Cells(ActiveCell.Row, ActiveCell.column + 1).Select
syntax to past sgm value in selected cell
End Sub
Thanks, Brain Dead Blue
selected cell?
Sub findsqm()
Dim sqm As Long
sqm = Range("K1").Value
(Code in here to open another spreadsheet and find a particular cell)
Cells(ActiveCell.Row, ActiveCell.column + 1).Select
syntax to past sgm value in selected cell
End Sub
Thanks, Brain Dead Blue