View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shilps Shilps is offline
external usenet poster
 
Posts: 36
Default Initialising a variable

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
thank
Shilps