Thread: What's wrong?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
newbie newbie is offline
external usenet poster
 
Posts: 137
Default What's wrong?

Can someone please tell me what's wrong with this code?

Workbooks(v).Sheets(a).Cells(5, 5) = "=" & Workbooks(y).Sheets(a).Cells(39,
4) & "+" & Workbooks(y).Sheets(a).Cells(40, 4)

TIA