View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tom tom is offline
external usenet poster
 
Posts: 570
Default "Method 'Worksheets' of object '_Global' failed "

Sorry, forgot to add that that corpcell is a range and corp is a string.

"Tom" wrote:

What does the message "Method 'Worksheets' of object '_Global' failed" mean?

I get it when i use the the spreadsheet in IE.

The code it refurs to is:
Set corpcell = Worksheets("X X X").Cells.Find(corp)