AndrewMozley
Programmer
I have a VFP application which creates an Excel spreadsheet using CREATEOBJECT("Excel.Application") then populates it. It all works fine and looks pretty.
I would now like, in my VFP application, to detect a mouse click on the Excel spreadsheet. So that if I know which cell was clicked on, I could drill down into my VFP data and either populate Sheet 2 of the spreadsheet with the accounting transactions which made up the clicked-on cell, or possibly display a grid in my VFP application
If anyone has tried this sort of think I would much appreciate advice.
regards. Andrew Mozley
I would now like, in my VFP application, to detect a mouse click on the Excel spreadsheet. So that if I know which cell was clicked on, I could drill down into my VFP data and either populate Sheet 2 of the spreadsheet with the accounting transactions which made up the clicked-on cell, or possibly display a grid in my VFP application
If anyone has tried this sort of think I would much appreciate advice.
regards. Andrew Mozley