Application Development 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: 

OLE : To Block the Particular cell in Excel using OLE

former_member227911
Participant
0 Kudos

Hi,

I have a requirement while using OLE i need to make particular cell Non Editable. Is there is any Method to set the property.

Thanks in Advance

Regards,

Sadiq

1 REPLY 1

Former Member
0 Kudos

  SET PROPERTY OF LO_SELECTION 'Locked' = 1.

CALL METHOD OF       GO_WORKSHEET       'Protect'

EXPORTING

      #01          = 0       #02          = 0.

code here