Excel crashes (no response) when a value used in VBA is selected from a ComboBox. It does NOT crash when the value is entered into the ComboBox (rather than selected). My previous thread gets into all the attempted fixes that proved more of a distraction than anything. The Workbook has been totally rebuilt from scratch, so no chance of corruption.
Again, it works perfectly when the value is entered, but always crashes (method will vary) when the value is selected.
The VBA code inserts a row into the spreadsheet above the active cell, and then pastes the value from the ComboBox (actually from the cell linked to the ComboBox) in the LinkedCell Property.
The ComboBox also uses a ListFillRange called My_Range, which is a dynamic range based on a worksheet formula.
I have screenshots of the worksheet showing the 2 methods of entering the value mentioned above. Not sure how to attach them, as I have not uploaded them to get a URL.
I am grateful for the responses to my last thread, and look forward to ideas on how to proceed.
Again, it works perfectly when the value is entered, but always crashes (method will vary) when the value is selected.
The VBA code inserts a row into the spreadsheet above the active cell, and then pastes the value from the ComboBox (actually from the cell linked to the ComboBox) in the LinkedCell Property.
The ComboBox also uses a ListFillRange called My_Range, which is a dynamic range based on a worksheet formula.
I have screenshots of the worksheet showing the 2 methods of entering the value mentioned above. Not sure how to attach them, as I have not uploaded them to get a URL.
I am grateful for the responses to my last thread, and look forward to ideas on how to proceed.