 |
RE: Exporting List to Excel
Posted: 8/25/2009 9:33:01 AM
Read Full: http://forum.ipsentry.com/m.aspx?m=3531
Forum Message Text:
I am unable to get this script to work. It looks like it could be really useful. i was getting an error and fixed it by commenting out a line of the script. Function NoBrace(ByVal pStr) pStr = Replace(pStr, "{", "") pStr = Replace(pStr, "}", "") [color="#009900"]REM NoBrace = pStr[/color] End Function This fixed the error, however the script doesn't seem to correctly pull through the parent/child relationship. It drops them all under the default. the output I see looks like this: {Default} ---check1 ---check2 ---c...
(go to forum thread)
|
|
 |