I'm new in VBA. In the editor in Excel 2010 there is the opportunity of an autocompletion by pressing CTRL + Space.
But sometimes, it doesn't work.. For example when I type in "ActiveSheet." I can't examine the possible methods and variables the object have..
But when I type in:
Set sheet = Workbooks.Open(file, True, True)
sheet.
and hit CTRL+Space I can see all possibilities..
Thanks for your help!