Thread: cells function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raul Sousa Raul Sousa is offline
external usenet poster
 
Posts: 17
Default cells function

The resulto of the code
ActiveCell.Formula = "=" & (Cells(11, Sheets.Count + 1))
is : =
But, I need it to be equal to :
= D11, or E11, depending on the number of sheets
What am I doing wrong?