I know it sounds weird...but I have some complicated code that has MANY conditions for when I double click a cell in a range. I want a code that will run the code associated with the double-clicking of the cells automatically without actually double clicking.
to sum up (I think):
I have an automated system where a multi-sheet workbook (invoice) gathers data from another spreadsheet and when finished, activates another sheet in the workbook that includes the itemized list of charges and the total cost.
I have a forecast spreadsheet that gathers the total cost from the invoice spreadsheet when a cell is double-clicked in the forecast spreadsheet (among other things). I want to automate the process so that when the INVOICE gathers the data it needs and activates the ITEMIZED SHEET, the TOTAL listed on THAT sheet is AUTOMATICALLY transferred to the proper area of the FORECAST sheet without any double-clicking.
I basically don't want to have to rewrite all of the code to do that so if there was a code that would SIMULATE a double-click, it would make things much easier.
Long shot I know...
to sum up (I think):
I have an automated system where a multi-sheet workbook (invoice) gathers data from another spreadsheet and when finished, activates another sheet in the workbook that includes the itemized list of charges and the total cost.
I have a forecast spreadsheet that gathers the total cost from the invoice spreadsheet when a cell is double-clicked in the forecast spreadsheet (among other things). I want to automate the process so that when the INVOICE gathers the data it needs and activates the ITEMIZED SHEET, the TOTAL listed on THAT sheet is AUTOMATICALLY transferred to the proper area of the FORECAST sheet without any double-clicking.
I basically don't want to have to rewrite all of the code to do that so if there was a code that would SIMULATE a double-click, it would make things much easier.
Long shot I know...