Different Versions

BradM

New Member
Joined
Jan 27, 2005
Messages
45
Hello,

I am having a problem when using access 2000 to open a excel file using excel 97.

I have some VB code that runs on startup when the wb is opened. It is opened from a sub in the mdb file. Everything works fine when myself or someone else runs it using excel 2002 but when a excel 97 user tries it does not run the code at startup.

Here's the trick if the 97 user opens the file directly without going through the .mdb file everythign works fine.

Any ideas anybody? Any help would be appreciated

Thanks,

Brad
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Should always use oldest version of Excel when programmimg.
Probably something in the code that XL97 does not understand.
 
Upvote 0
normally I would use oldest version but all intended users were 2002 when it was writen. The code does work it just doesn't when the excel file is opened from the mdb file. Is there any difference if it is opened this way or if it opened from explorer?


Brad
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,614
Members
449,091
Latest member
gaurav_7829

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