Hi All,
I'm currently trying to learn VBA, but have a question.
If, for instance, I type in Range("A1").
Then after I put the period it will bring up a range of options, so I would select 'Interior' and then another list drops down of all the possibiltiies.
However, if I want to do anything with activesheet, for example, I get no options appear?
An example is activesheet.tab.colorindex = 4
To change the tabs colour, however, when you type in activesheet. no option appear? Can anybody explain why this is or the best way to find out the options? It is quite difficult to know what command I need to use when I can't see any of the options!
Just a bit puzzled as to some appear and others don't?
Thanks,
Lou
I'm currently trying to learn VBA, but have a question.
If, for instance, I type in Range("A1").
Then after I put the period it will bring up a range of options, so I would select 'Interior' and then another list drops down of all the possibiltiies.
However, if I want to do anything with activesheet, for example, I get no options appear?
An example is activesheet.tab.colorindex = 4
To change the tabs colour, however, when you type in activesheet. no option appear? Can anybody explain why this is or the best way to find out the options? It is quite difficult to know what command I need to use when I can't see any of the options!
Just a bit puzzled as to some appear and others don't?
Thanks,
Lou