Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

excel using OLE

Former Member
0 Likes
540

I am populating excel file using OLE. I am getting data in excel. But I want to give password to the excel file.Is it possible?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
498

Hi,

Try using 'PROTECT' or 'PROTECT_RANGE' methods in interface I_OI_SPREADSHEET.

Check out the following links for more detail

Cheers,

Kothand

4 REPLIES 4
Read only

Former Member
0 Likes
499

Hi,

Try using 'PROTECT' or 'PROTECT_RANGE' methods in interface I_OI_SPREADSHEET.

Check out the following links for more detail

Cheers,

Kothand

Read only

Former Member
0 Likes
498

Problem is not yet solved...

Read only

Former Member
0 Likes
498

Thanks guys, I solved the problem on my own

Read only

0 Likes
498

how did you solve it? Can you provide the solution