For more reference, I got my information to start this from: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52267
When I try to run that code, it gives me this:
File "C:\Python24\Lib\site-packages\win32com\client\util.py", line
83, in next
return _get_good_object_(self._iter_.next())
pywintypes.com_error: (-2146825178, 'OLE error 0x800a0c26', None, None)
The error is pointing to:
"for idx in currTabl.Indexes:"
--
http://mail.python.org/mailman/listinfo/python-list
