I’m working on troubleshooting a weird problem for one of my users. It would take too long to explain in detail, but here’s the upshot:
We’ve got a web application that’s supposed to be able to export a dataset to Excel. It works for everybody except this one guy. Instead of exporting the dataset, when Excel pops up, the only thing in the spreadsheet is this icon in the top left cell.
The export done uses ActiveX to, effectively, (1) take the dataset, (2) put it into the clipboard, (3) launch Excel, and (4) say “paste.” As I said, it works just fine for every other user; it’s just this one computer that’s misbehaving. We suspect that something is conflicting with ActiveX, and causing the copy-and-paste to fail, putting that icon into the clipboard instead of the dataset.
Thing is, we have no idea what that icon represents or where it’s coming from. If we could identify it, we’d go a long way toward resolving the problem. Hence, this thread.
Here is a larger version of the icon. The tiny version above resembles a calculator, but enlarged it looks more like some sort of wireless device.
Anybody have a clue what this is?
(Please hold your derision on ActiveX and Internet Explorer, or Microsoft technology in general. It’s our corporate standard and I can’t do anything about it.)
I can’t solve the problem, but in case the experts can’t get here before 5:00 and you need an immediate guess, my first thought when I saw the icon was that it was indicating either text messaging or some other attempt to reach a cell phone.
Any chance you’re including a phone in the connection (dial-up or whatever) and the guy accidentally provided his cell phone number?
I had the same thought, that it looks like a cell phone or other wireless device. I just don’t know which device. I’m hoping somebody will look at it and say, “Oh, yeah, that’s a Blackberry Warblewhatsit. Got one meself,” or some such.
Monday morning bump, hoping to get lucky. (Baby needs a new pair of shoes.)
DarrenS: I’ve already confirmed it’s in the clipboard. I can go to any other application, hit paste, and get the same icon. The problem clearly is not in Excel; somehow the web page is failing to copy the dataset, or after it’s copying the dataset it’s re-copying something else and wiping out the previous work.
Either way, identifying the icon will tell us at least what the web page is using as its copy source.