A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
What does adding a key to a collection that already exists mean???How would I go about correcting that?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Keep getting "run time error '457'" after I enable macros for Microsoft excel. What can I do to fix this?Tried downloading the latest version of site server 3.0 service pack but didn't work. Or am I supposed to enable something after I download it? Please advise. Thanks
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
What does adding a key to a collection that already exists mean???How would I go about correcting that?
Keep getting "run time error '457'" after I enable macros for Microsoft excel. What can I do to fix this?Tried downloading the latest version of site server 3.0 service pack but didn't work. Or am I supposed to enable something after I download it? Please advise. Thanks
Just a wild guess would be that you are adding a key to a collection that already exists:
http://msdn.microsoft.com/en-us/library/gg264796.aspx
Perhaps:
If Not dic.exists(xyz) Then dic.Add xyz
Of course, this is just a wild guess.