View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_] Dick Kusleika[_3_] is offline
external usenet poster
 
Posts: 599
Default Wierd named range RefersTo value

Joe

Check this thread

http://www.google.com/groups?threadm...%40cppssbbsa05

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Joe" wrote in message
...
Chris,

I don't follow. I just want to know what the RefersTo value means.

Thanks,

Joe

----- chris wrote: -----

Sub YourMacro()
Application.ScreenUpdating = False
'"Your Code Here"
Application.ScreenUpdating = True
End Sub