View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mohan[_5_] Mohan[_5_] is offline
external usenet poster
 
Posts: 1
Default Runime Error 1004 Method Range of Object Global Failed

I have a workbook in which there are multiple worksheets.
I am validating the cells in a worksheet and populating
the results in another worksheet and like wise I populate
the results in others wrksheets based on the results from
the validation of the cells in a worksheet.

I get the following error "Runime Error 1004 Method Range
of Object Global Failed"

My code where I get this error is

Sheets("Sheet1").Select
Range(TotalCell).Select
ActiveCell.FormulaR1C1 = Total