View Single Post
  #3  
Old June 3rd, 2010, 04:50 PM posted to microsoft.public.excel.misc
gudencough
external usenet poster
 
Posts: 8
Default Where is the Object section?

This is from an earlier question i asked but have not been able to get back
to it.
I need to insert this command into excel:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.Calculatefull
End Sub

However they said to insert it into the Microsoft Excel Object (section) in
the same sheet i have the calculations, instead of a module.

However, I don't understand what or where the Excel Object (section) is.

"Mike H" wrote:

Hi,

Maybe it would be best to explain what your trying to do.

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"gudencough" wrote:

I need to put a sub command into the object section for a formula to work.
However i am not understanding what or where the object or object section is.
Does anyone know where it is?