View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
edward edward is offline
external usenet poster
 
Posts: 87
Default Intellisense not working

Actually I don't have any compile error . Here is the case when I start lets
say
Activeworkbook. nothing happens I mean after "dot" intellisense dosen't show
up but if use
dim wb as workbook
set wb=Activeworkbook

wb.
now intellisense shows up !

--
Best regards,
Edward


"Chip Pearson" wrote:

Try running "Compile" from the Debug menu to be sure you have no
outstanding compiler errors. Intellisense sometimes refuses to show
its face with there is a compiler error.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Wed, 17 Dec 2008 09:29:02 -0800, Edward
wrote:

Hi everybody,
In Excel Intellisense is not working (Auto list members is checked) , Any
thoughts?