View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baobob@my-deja.com is offline
external usenet poster
 
Posts: 100
Default .FormulaR1C1="abc" works, .Text="abc" doesn't. WHAT the?

That's right:

ActiveCell.FormulaR1C1 = "abc" works; ActiveCell.Text = "abc" fails
(with error 424, "Object required").

This is chaos.

Please rebut.

***