View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron McCormick[_2_] Ron McCormick[_2_] is offline
external usenet poster
 
Posts: 21
Default Sheets ("").Copy not working

I have a procedure which involves copying worksheets
within a file. I am still working on the relevant
workbook and have added various bits of code. Suddenly
the Sheets("Sheetname").Copy bit of the procedure has
stopped working, and even if I try to copy a sheet
manually within the workbook it will still not work.

Has anyone got any thoughts as to what might be causing
this?

TIA
Ron