Cant get "References" to be actionable in VBA Tools menu

RodneyW

Active Member
Joined
Sep 24, 2010
Messages
433
Office Version
  1. 2013
Platform
  1. Windows
I'm following a video that instructs me how to create a button in Excel (I'm using 2013) that when clicked, will take the data from Excel and publish it in PowerPoint. I'm at a stage where Excel needs to be told "what PowerPoint is and how to open it". The instructions say "Go to the Tools tab, select "References" and select "Microsoft PowerPoint" from the list. No matter what I try, "References" is greyed out and I can't select it.

Any ideas?

Thanks in advance
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Your Workbook may be locked or protected by Password.
Close all files, close Excel, open it again and create a new blank Workbook.
Then check if it's still grayed out.
 
Upvote 0
Your Workbook may be locked or protected by Password.
Close all files, close Excel, open it again and create a new blank Workbook.
Then check if it's still grayed out.
OK, so I did as you suggested, closed all Excel files, closed, Excel, reopened Excel, opened a new file and went straight to creating a macro and "references" was available. I opened the original file and went to the original macro I created and "references" was still greyed out. There are no protected cells, rows, columns or sheets and nothing is locked. Any further thoughts?
 
Upvote 0
Is there a Macro running at start when you open the file?
If there is one running then this will prevent making any changes. You'll have to stop the code with the Stop Button first.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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