Thread
:
Particular cell in Range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jeff C.
external usenet poster
Posts: 1
Particular cell in Range
Reference the appropriate cell using:
cells(row,col)
Where Row and Col are integer values corresponding to the
cell you are referencing.
Example Cell b5 is cells(5,2)
-- Jeff
Reply With Quote
Jeff C.
View Public Profile
Find all posts by Jeff C.