S
Stan
Hi all
I'm still in the early stages of learning VB so please bear with me..
My sheet contains parts information which copied from the web. Each time a new order comes through, these parts are pasted into my spreadsheet. The problem is however that this also pastes some 'HTMLSelect' combo boxes just off my working area.
I want to be able to delete these 'HTMLSelect' boxes once all the data has been pasted into the sheet. I recorded a macro to see how the code would look for deleting 1 of them (shown below
ActiveSheet.Shapes("Control 85").Selec
Selection.Delet
The control number changes each time so
Is it possible to select all controls that relate to 'HTMLSelect' OR select each one in sequence
Any help on this would be much appreciated
Thanks
Sta
I'm still in the early stages of learning VB so please bear with me..
My sheet contains parts information which copied from the web. Each time a new order comes through, these parts are pasted into my spreadsheet. The problem is however that this also pastes some 'HTMLSelect' combo boxes just off my working area.
I want to be able to delete these 'HTMLSelect' boxes once all the data has been pasted into the sheet. I recorded a macro to see how the code would look for deleting 1 of them (shown below
ActiveSheet.Shapes("Control 85").Selec
Selection.Delet
The control number changes each time so
Is it possible to select all controls that relate to 'HTMLSelect' OR select each one in sequence
Any help on this would be much appreciated
Thanks
Sta