View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
alainB[_17_] alainB[_17_] is offline
external usenet poster
 
Posts: 1
Default Brackets [] possibilities ?

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