View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Initialising a variable

There is no automatic way, it would have to be handled manually.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Shilps" wrote in message
...
Hi All !
I am coding in VBA and a lot of effort will be saved if I can initialise a

variable to the index no of the object whose method I am defining.
Like suppose this event is triggered ComboxBox13_LostFocus()
then a variable x should be assigned the value 13.
Any help please.
thanks
Shilps