View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JER JER is offline
external usenet poster
 
Posts: 2
Default Naming convention for a variable "Book1" while copying sheets

Thanks Brad.

Between you and Tom Olgivy I am now on the functioning
track to what I need done!

JER

-----Original Message-----
I left out the line that you had in your original code...

ps = ThisWorkbook.Name

The out of range errors are coming from the missing "ps"

variable.

-Brad
.