Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer to Excel
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01228525
Message ID:
01228536
Views:
21
Nikki,

One option would be to use an Excel object to open and re-save the file with a password to modify option. For example:
o = NEWOBJECT("Excel.Application")
o.Workbooks.Open(cMyFile)
o.ActiveWorkbook.WritePassword="MyPassword"
o.ActiveWorkBook.Save
o.Quit
Previous
Reply
Map
View

Click here to load this message in the networking platform