View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Brackets [] possibilities ?

Hi
try
=Range("A1").value=6

--
Regards
Frank Kabel
Frankfurt, Germany


Hi,

If I want to put the number 6 in the cell A1 up to now I was doing it
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

Alain


---
Message posted from http://www.ExcelForum.com/