View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaj Pedersen Kaj Pedersen is offline
external usenet poster
 
Posts: 11
Default Macro selecting the last used cell does not work

Hi,
I have figured out the problem.
In the first place I was not aware that I had the line
"Application.ScreenUpdating = False" among hundreds of lines.
I think the line came from partial recording of the macro.

Kaj Pedersen