View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Marie Bayes Marie Bayes is offline
external usenet poster
 
Posts: 84
Default VBA Code for selecting worksheet

Hi
I've set up a macro which selects a worksheet, the code is...
Sheets("DailyLeadGen").Select
But this comes up with the error message
Subscript out of range, I can't figure out what I've done wrong - can anyone
help?
Thanks