Thread
:
Referencing a cell, not the value
View Single Post
#
2
Posted to microsoft.public.excel.programming
jjk
external usenet poster
Posts: 42
Referencing a cell, not the value
Try this.
objSht.Cells(Row, "U").Formula = "=Data!$B$1" & "* Q" & Row & ""
Regards,
Jayant
Reply With Quote
jjk
View Public Profile
Find all posts by jjk