Question : remove a macro from an excel sheet

i have an excel workbook that i need to open and when i click on it - it ask to enable macros and when i say yes it ask if i want to update links to another workbook and when i say yes  - it says file not found - and i cannot get to my original file - it like hyper links me to another file.

how do i remove a macro???  and fix this problem????

Answer : remove a macro from an excel sheet

Hi ssblue,
Here are places to look for macros within your workbook:

For code in worksheet code pane:
1)  Right-click on that worksheet’s sheet tab
2)  Choose View Code from the pop-up window
3)  ALT + F11 to return to the spreadsheet

For code in ThisWorkbook code pane:
1)  ALT + F11 to open VBA Editor
2)  CTRL + R to open Project Explorer
3)  Double-click ThisWorkbook in the Project Explorer pane
4)  ALT + F11 to return to the spreadsheet

For code in a regular module sheet:
1)  ALT + F11 to open VBA Editor
2)  CTRL + R to open Project Explorer
3)  Click the + sign to left of Modules in Project Explorer. Double-click each of the module sheets
4) ALT + F11 to return to the spreadsheet

Cheers!

Brad
Random Solutions  
 
programming4us programming4us