Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Group
Is it possible to add words to AutoComplete programmatically (VBA or C#) Best regards Jim... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim
Do you mean Autocorrect? If so the following should do it: Application.AutoCorrect.AddReplacement What:="Eg", Replacement:="Example" HTH Edgar -----Original Message----- Dear Group, Is it possible to add words to AutoComplete programmatically (VBA or C#)? Best regards, Jim... . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Edgar
Nope, not AutoCorrect. I want words to complete automatically when you start typing them. However, I'd like the application to have a pre-buffered list when the sheet is opened. I've been looking for a keyboard event trigger other than OnKey. This method fires macros. I'd like something that triggers a keyboard event across my C# automated application Best regards Jim... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are talking about the intellisense action of completing a word when
typed below a list with a similar word, this is internal to excel. It is based solely on the proximity entries in that column. -- Regards, Tom Ogilvy "Jim McLeod" wrote in message ... Hi Edgar, Nope, not AutoCorrect. I want words to complete automatically when you start typing them. However, I'd like the application to have a pre-buffered list when the sheet is opened. I've been looking for a keyboard event trigger other than OnKey. This method fires macros. I'd like something that triggers a keyboard event across my C# automated application. Best regards, Jim... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programmatically Adding Controls (Macro) eg Button on A SpreadSheet | Excel Programming | |||
Adding comment programmatically | Excel Programming | |||
Programmatically adding buttons to a worksheet (Shape Object) | Excel Programming | |||
Excel - adding control programmatically. | Excel Programming | |||
Adding Checkboxes Programmatically | Excel Programming |