Event parameters

harold

New Member
Joined
May 28, 2003
Messages
8
Where can I find the parameters for the events? I have tried putting the cursor on 'workbook_beforeclose' and pressing F1, but Help does not recognize the word.

Thank you,
Harold LeVine
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Goto the Object Browser (press F2), and do a search for the particular event. When it comes up, you can get help by either right-clicking and selecting help, or pressing F1.
 
Upvote 0
Each event procedure name is a combination of object-underscore-event. So, what you need to do is select the event and then use F1. In your example, select beforeclose, then use F1.
harold said:
Where can I find the parameters for the events? I have tried putting the cursor on 'workbook_beforeclose' and pressing F1, but Help does not recognize the word.

Thank you,
Harold LeVine
 
Upvote 0
Good call tusharm! (y) It is sad that you have to actually "select" the entire word to be able to help for it. :devilish:
 
Upvote 0

Forum statistics

Threads
1,203,352
Messages
6,054,910
Members
444,759
Latest member
TeckTeck

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