I'm using Excel 2013. I created an application for bidding that has a workbook (BID) where you enter an estimate for material and is linked to a workbook (PRICEBOOK) that contains the price book tables. I have a number of ActiveX Combo boxes on a worksheet in the BID workbook that use named fill ranges from the PRICEBOOK workbook. All has worked fine for some time until about the time MS issued the last update that caused my ActiveX items to quit working. I deleted the ".exd" files and it seemed to fix everything EXCEPT this. Now if I am on the bid page and choose a combo box and select an item from the list, everything works properly. Here is where the issue starts - I have ActiveX buttons that launch the following code to add rows as needed to the estimate. (see below) When I run that macro, then choose a combo box again, the combo box works and I can make a selection fine, BUT now when I click on what should be an unprotected cell after making that selection (i.e. I want to change the quantity on that row) all cells act as if they are protected - I cannot make an entry or select the cell. If I run the code to add a row again everything returns to normal until such time as I select another combobox and then I have to go through the process of adding or hiding a row again in order to allow entry in the unprotected cells. Here is the twist. This happens when I am running this application on my iMac using bootcamp and Windows 8.1. (I've never had any indication of a difference running any windows apps on my Mac vs PC.) When I run the application on my PC laptop (Windows 8.1 and Excel 2013) I do not have the issue - although I did when I first had the issue after the last Excel update. (It seemed to resolve when I deleted the .exd files).
Anyone have any ideas? I'm stumped! (among other things!)
Here is the typical code for adding rows. I have basically the same for hiding rows
Bookmarks