Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everybody,
In Excel Intellisense is not working (Auto list members is checked) , Any thoughts? -- Best regards, Edward |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel ToolsOptionsViewFunction Tool Tips needs to be checked.
In VBA ToolsOptionsEditorAuto List Members needs to be checked. "Edward" wrote: Hi everybody, In Excel Intellisense is not working (Auto list members is checked) , Any thoughts? -- Best regards, Edward |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in VBA Auto list is checked and in EXcel function tool tips which is in
general tab is checked as well, but still is not working. Thanks -- Best regards, Edward "JLGWhiz" wrote: In Excel ToolsOptionsViewFunction Tool Tips needs to be checked. In VBA ToolsOptionsEditorAuto List Members needs to be checked. "Edward" wrote: Hi everybody, In Excel Intellisense is not working (Auto list members is checked) , Any thoughts? -- Best regards, Edward |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Intellisense | Excel Programming | |||
Intellisense | Excel Worksheet Functions | |||
Intellisense | Excel Programming | |||
Intellisense does not pup up? | Excel Programming | |||
Sometimes Intellisense, sometimes not | Excel Programming |