View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Y[_4_] Dave Y[_4_] is offline
external usenet poster
 
Posts: 1
Default macro works differently when using the Step Into (F8) feature

I have a macro that pulls data from a separate program called Reflection
(made by IBM) and copies over to Excel. When I start the macro in Excel, the
macro seems to skip certain commands or triples up certain copying features.
However, when I use the Step Into (F8) feature in Visual Basic, everything
works correctly. Any ideas about what I'm doing wrong? I an using Excel
2003. Thanks