If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Guys, I need to create a workbook, not worksheet level VBA variable. Basically something that spans the whole of the workbook and that can be accessed by each and every worksheet.
In a standard module. While in Excel hit ALT + F11, which opens the VBE. On the left is the Project Explorer window. Click on the name of the work FOLDER, and then go to INSERT > Module. A window will appear on the right, and you can post the code there.
__________________
old, slow, and confused
but at least I'm inconsistent!
In a standard module. While in Excel hit ALT + F11, which opens the VBE. On the left is the Project Explorer window. Click on the name of the work FOLDER, and then go to INSERT > Module. A window will appear on the right, and you can post the code there.