Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently moving a VB6 Excel add-in(xla) over to a C# Automation
Add-In(dll). The previous code used Application.StatusBar to access and manipulate the text in the status bar. How can this be done in my C# add-in? Thanks. Note: The only example i saw of accessing the Excel application was using the following line: object oName = applicationObject.GetType().InvokeMember("Name",Bi ndingFlags.GetProperty,null,applicationObject,null ); |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automation Testing in an Excel application. | Excel Discussion (Misc queries) | |||
help !!! please... closing excel application using automation | Excel Programming | |||
Using Userform object in Excel via automation from VB 6 | Excel Programming | |||
Accessing different versions of Excel VBA from another application | Excel Programming | |||
Automation Error: The Object Invoked Has Disconnected from Its Clients (Excel) | Excel Programming |