What's wrong?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Nothing in itself. What is in the 2 cells, and what happens for you?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
It depends on the rest of the code.
maybe

"v.xls"
"a"
cells(5,5).value
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top