excel 2007 vb6 application not running on Excel 2010

switters_aka

Board Regular
Joined
Oct 26, 2010
Messages
118
Here is my problem. I have created several VBA applications in Excel and distributed them extensively to end users some of whom are using Excel 2010. In some cases the app runs perfectly but in one case it the same application was sent to two users the second of whom then sent the same application to the first user. The first user who got the application directly from me could run it successfully but when he received the 'same' application from user2 it wouldn't run. The only thing user 2 did was save the file with a different name and the code does not depend on the file name. The file extension was till .xlsm.

If the app simply didn't run on Excel 2010 because it uses VB7 then I would know where to start but what makes this problem doubly frustrating is the fact that it sometimes works and sometimes doesn't. Can anyone enlighten me as to what the problem is and how to go about dealing with it?

Thanks in advance.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
check the references. VBE>Tools>References
and see if any are MISSING: ....
save as will apply the references on the other puta to the document and then it will fail on machine 1
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

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