Thread
:
.FormulaR1C1="abc" works, .Text="abc" doesn't. WHAT the?
View Single Post
#
1
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 100
.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.
***
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]