View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WayneL[_2_] WayneL[_2_] is offline
external usenet poster
 
Posts: 5
Default Cells(col,row) keep moving to lower case and I can not ref. a cells in a differnet sheet

Hi


I a writing VBA in Excel and I can not get the following line to run:

Sheets("Sheet1").cells(Row, Col).Value = Num


The "cells" part turns from "Cells" to "cells" when I hit return and I guess
it treats it like an array not a cell location.

Can anyone help clear this up.

Cheers

Wayne