View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Morris[_2_] Morris[_2_] is offline
external usenet poster
 
Posts: 25
Default Open book, copy and paste from sheet, and then close....


Darin Kramer wrote:
I get erro message duplicate declaraion in current scope - im no expert
- I said Dim j as integer...?

*** Sent via Developersdex http://www.developersdex.com ***


check the code for double declaration of:
dim j as integer
maybe you put it once on top of the Sub and second tim e somewhere in
the step B text block?