View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default Wierd named range RefersTo value

Sub YourMacro(
Application.ScreenUpdating = Fals
'"Your Code Here
Application.ScreenUpdating = Tru
End Sub