Macro error at cell: ScDataWorksheet!

sosjames11

New Member
Joined
Jun 23, 2010
Messages
6
Hi all, :)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
When my users open or close files I create for them they get the following Macro Error Box. (Some users do not get the Error Box)<o:p></o:p>
<o:p></o:p>
Macro error at cell: <o:p></o:p>
[AnyFile.xls]ScDataWorksheet!A6<o:p></o:p>
Button Options: Halt, Step, Continue, Goto<o:p></o:p>
<o:p></o:p>
We all use Office 2007 sp2, running on XP Pro<o:p></o:p>
<o:p></o:p>
Has any one ever seen this?<o:p></o:p>
<o:p></o:p>
Seems like I have back when Office 2007 came out and I found some kind of registry fix, but I've slept since not really sure.<o:p></o:p>
<o:p></o:p>
Any ideas to get rid of this would be appreciated!!!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
It might depend on any code the workbook has that is related to events of open, close, activate, or deactivate. Example, if ScDataWorksheet is hidden and such code aims to select cell A6 of that hidden worksheet, it's an impossible task and would result in an error.

So, look at any code in the workbook module, or sheet module of the ScDataWorksheet sheet, and post the code here so people can give you a suggestion. Although, chances are if you look at that code you'll be able to determine on your own what the problem is.

It might also be due to other reasons, such as those users closing all of Excel when other workbooks are open, and this workbook has something done to it with code in other workbooks executing as they close.

Hard to diagnose from a distance, these are just a couple blind suggestions.
 
Upvote 0
Resolved

Thank you Tom,

This ended up being a missing ShowCase Query Add-in used for Querying an IBM iSeries Database. Which is still used in 2018 so I thought I would come back an answer.
 
Upvote 0
Wow, an 8 year follow-up; now that is dedication to a solution cause. Thanks so much for the update.
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,540
Members
449,038
Latest member
Guest1337

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