Running a Macro from Page Layout View Causes Excel to Crash

AndrewWalker

New Member
Joined
Oct 8, 2012
Messages
4
Hi All,

I'm running a very simple Excel macro to go back to the menu screen of the file. There are several worksheets in the file, and all have a Home button (just a rectangle with assigned macro)

Sub Button_Home()
Sheets("HOME").Select
End Sub

But, strangely, if the view is set to Page Layout, when the rectangle is clicked Excel crashes.

Has anyone come across this before and have a solution?

Cheers,
Andrew
 
Luckily no - I saw it in a forum post elsewhere. (I have never used Page Layout view for anything ;))
 
Upvote 0

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,221,444
Messages
6,159,912
Members
451,601
Latest member
terrynelson55

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