Thread: Beats me!
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
avveerkar[_35_] avveerkar[_35_] is offline
external usenet poster
 
Posts: 1
Default Beats me!


Perhaps a small syntax error. your line
traccode = Sheets("FLS Results").Range(i, "A").Value

could be

traccode = Sheets("FLS Results").Cells(i, "A").Value

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...o&userid=30338
View this thread: http://www.excelforum.com/showthread...hreadid=508779