View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_5_] Jim Thomlinson[_5_] is offline
external usenet poster
 
Posts: 486
Default Excel sheet copy problem

Depending what you are up to you may be running into a known issue...

http://support.microsoft.com/default...b;en-us;210684

--
HTH...

Jim Thomlinson


" wrote:

Sorry, Typo while posting here.
Actual code is like what u have specified
Sheets("Sheet1").Copy After:=Sheets(Sheets.Count)
and the problem occurs.

Any ideas?