Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created a function in VBA. I want Excel 2007 to show the Autocomplete when writing this function in the cell's Excel. Detail as enter image description here

How to use the autocomplete feature for VBA function in Excel 2007 with Excel Add-In (.xlam)?

ps.

In Excel 2010, the autocomplete works

In Excel 2007 with Excel Macro-Enabled Worksheet (.xlsm), the autocomplete works. The test file here.

But, in Excel 2007 with Excel Add-In (.xlam), the autocomplete NOT works. The test file here.

share|improve this question
This has been cross-posted to Super User: superuser.com/questions/449079/…, so I'm closing this version. – Brad Larson Jul 15 '12 at 20:47

closed as off topic by Brad Larson Jul 15 '12 at 20:47

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.