Hi everyone,
A coworker came to me with an Excel sheet with dropdown controls on it. She wanted the dropdown control to not be visible when the sheet is printed, while the selected data in the dropdown still be printed. Easy enough, I thought, just gotta change the combobox properties.
Turns out it wasn't quite that easy. The dropdowns seem to be created with something that vaguely resembles XML, but isn't quite that, either. As far as I can tell, this is the code that creates the dropdown:
So, what the heck is this? I've had a look at the MS Office XML schema reference, but I can't find anything that looks like this. Of course, any hint on how I can hide the control when the sheet is printed would be really helpful, too. 
Cheers!
Bookmarks