Can't use any other workbook anymore

M.V.

New Member
Joined
Mar 25, 2009
Messages
2
I made a application in Excel. It is an agenda and it gives a popup when necessary. The macro starts in Workbook_Open(). Then starts a loop (with Do Events) to check is time for a popup. It all seems to work well. But I can't use another Excel workbook anymore.
Does anybody have a solution for this problem ?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Your first command should be to ensure the active workbook is the one you want the code to run in. If it isn't, don't execute the code.

Not sure if this'll work, since I don't know what you're doing, but it might be worth a try.
 
Upvote 0
The problem is when the application is running I can't open another sheet by just clicking on it. When I first open an empty sheet in Excel and then another application it works fine. But when I first open another sheet and then my just made application there is a problem. When I write something in a cell in the other sheet it appears in the new made application. :confused:
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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