Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following requirements:
Build a stand-alone application (I'm using C#) that asks the user to click in a cell in an Excel spreadsheet, and then displays the address of that cell in the C# application. It seems simple enough, but the problem I'm encountering is as follows: In order for the user to select the cell from Excel, they must first click once on the Excel window to give it focus and then their second click is what changes the cell location. The transition from the outside C# application to the user's cell of choice needs to be one click, not two. This functionality exists if the display form is written as an Excel Add-in, as in that case, Excel already is the focused application and therefore no second clic is needed. I'm having difficulty trying to come up with a hybrid approach such that I have an add-in inside Excel to handle the single clicking duties, but it must be able to pass the information back to an external C# application. Can anyone help? (I'm posting to the C# group also as this sort of falls between the groups) thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA-Application | Excel Discussion (Misc queries) | |||
macro to close excel application other than application.quit | Excel Programming | |||
application.quit will not shut off application | Excel Programming | |||
Mac Serial Port Communication | Excel Programming | |||
What's this? (Application.Run) | Excel Programming |