Excel button

  • Thread starter Thread starter Mike D
  • Start date Start date
M

Mike D

I have a workbook that had a macro that did not work in
it. The macro was started by a button that is sitting on
the worksheet.

This is in sheet1 on the vb editor

Private Sub btnImport_Click()

End Sub

If I delete it it comes back. How do I get rid of this
button. I am unable to select it on the worksheet. I
have replace the macro on sheet1 with one that runs in
Module1 and can not figure out haw to remove or reassign
this button.

Thanks
Mike
 
view>tools>control toolbox>click on design mode (below the C)> now you can
select & re-assign or cut. Best to use buttons from the forms toolbar or
shapes. Then you don't have this problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top