How to use the autocomplete feature for VBA function in Excel 2007 with Excel Add-In
Posted
by
Nam G. VU
on Super User
See other posts from Super User
or by Nam G. VU
Published on 2012-07-15T09:11:14Z
Indexed on
2012/10/26
5:06 UTC
Read the original article
Hit count: 623
(cloning from question on SO) 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
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.
© Super User or respective owner