Hi,
If I want to put the number 6 in the cell A1 up to now I was doing i
this way:
Range("A1").Select
ActiveCell.FormulaR1C1 = 6
I learn from one post here that I can do it much more easily this way:
[A1] = 6
As long as I just want to put a specific value in one particular cell
should I do it this way?
Thanks
Alai
--
Message posted from
http://www.ExcelForum.com