Disabling Macros After One Use

ammdumas

Active Member
Joined
Mar 14, 2002
Messages
469
I have a spreadsheet that imports text data using a macros. I want the macros to be disabled after one import. I do not want the user to use the import macros again (would screw up the spreadsheet). Can it be done?
This message was edited by ammdumas on 2002-03-18 11:32
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You could isolate your procedure in a module and place code at the end of the procedure to clear the module of code, like on the post below:

http://www.mrexcel.com/board/viewtopic.php?topic=925&forum=2

You could also store the code in a workbook_open event procedure that would re-write the procedure when the workbook is opened. It will be easier if you have a blank module ready to go. The link at the bottom of the old post will be useful for this.

Hope this helps.


_________________
Cheers,<font size=+2><font color="red"> Nate<font color="blue">O</font></font></font>
This message was edited by NateO on 2002-03-18 17:20
 
Upvote 0

Forum statistics

Threads
1,213,524
Messages
6,114,117
Members
448,549
Latest member
brianhfield

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top