Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default definition of target

in some of the even programmes the term "target" is used. this term is
perhaps not avilable in modules.. "help" is not of much help on this term.
where can I get some information on this term. thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default definition of target

Target is just the default variable name assigned in some Event macros
(e.g., Worksheet_Change()) that contains a reference to the cell that
was changed.

You can change it if you want:

Private Sub Worksheet_SelectionChange(ByVal foo As Excel.Range)
MsgBox foo.Address
End Sub




In article ,
"R.VENKATARAMAN" &&& wrote:

in some of the even programmes the term "target" is used. this term is
perhaps not avilable in modules.. "help" is not of much help on this term.
where can I get some information on this term. thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default definition of target

thanks . I shall try to assimilate this


JE McGimpsey wrote in message
...
Target is just the default variable name assigned in some Event macros
(e.g., Worksheet_Change()) that contains a reference to the cell that
was changed.

You can change it if you want:

Private Sub Worksheet_SelectionChange(ByVal foo As Excel.Range)
MsgBox foo.Address
End Sub




In article ,
"R.VENKATARAMAN" &&& wrote:

in some of the even programmes the term "target" is used. this term is
perhaps not avilable in modules.. "help" is not of much help on this

term.
where can I get some information on this term. thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
symbol definition Bill Excel Worksheet Functions 2 February 8th 10 05:06 PM
Target cell reference moves when target is cut and pasted Illya Teideman Excel Discussion (Misc queries) 5 May 31st 07 11:34 AM
$ definition nicolebelle Excel Worksheet Functions 1 November 18th 05 01:44 PM
The definition of.... Ursula Excel Worksheet Functions 2 February 16th 05 04:14 PM
SQL "INSERT INTO" Does not Modify Definition of Target Range No Name Excel Programming 0 February 27th 04 10:13 PM


All times are GMT +1. The time now is 11:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"