View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vergel Adriano Vergel Adriano is offline
external usenet poster
 
Posts: 857
Default Syntax- drop down menu contents wanted

I can't get intellisense to work either. But perhaps two things can help:

1. Put a breakpoint in your code, then add a watch on Tabstrip1.Tabs(1).
You will see the properties available on the Tab Object.

2. Search the VBA Help for "Tab Object", or, Click on the TabStrip Control,
click F1 and find your way to the Tab Object.



"kirkm" wrote:


Could someone explain how to get the drop-down menu for this line ?

TabStrip1.Tabs(1).

Trying to see what's allowed. The only one found so far is caption.


Thanks - Kirk