if isnumeric (sheets("sheet1").range ("a1")) then
sheets("sheet1").range("a2") = sheets("sheet1").range ("a1") _
+ sheets("sheet1).range ("a2")
end if
Is the code, in which i need to do to about 50 cells. Im just wondering if I could put a a1:a15 in there somewhere. Right now I basically have 50 lines of code so i figure theres probably an easier way. Its possible there isnt so im just asking
Thanks
Chris
Bookmarks