I have a workbook that contains 9 worksheets. Four of the worksheets have the same row lables in column B and must always be the same. Three of the worksheets are fed from the 4th sheet so that the integrity of the lables is maintained.
The user can change the lable value to meet their needs and they can insert or delete rows (within limits) as they see fit.
The attached macro "Sub Delete_Row_All_Sheets()" works fine when I run it from Debug (F8).
However, when I run it from Forms.ComboBox the macro returns to the "y = Application.InputBox("Enter The Row Number You Wish To Delete", _" screen. If I select cancel, the results I anticipated occur but I don't want the user to have to assume this will happen.
Why does the macro return to this screen when executed from the ComboBox but not when executed from Debug?
![]()
Please Login or Register to view this content.
I am using Excel 2007 on worksheets in .xls compatability mode.![]()
Please Login or Register to view this content.
This is my first posting. Your "How To Videos" appear to be not working so I could not watch them to see proper protocol. Hope I didn't mess up too bad.
Thanks for your help.
John
Bookmarks