Link to home
Start Free TrialLog in
Avatar of kazmdav
kazmdavFlag for Australia

asked on

Excel 2010 - select part of a protected cell content and copy

Hi,

Now I'm asking for the impossible (that is my client is) but here goes, just in case there's some miraculous answer.......

Situation:  A cell is protected (ie; cell is still locked & worksheet is protected).
Request:   Is there any way without VBA code that PART of the content of the cell can be selected & copied?  I know the whole cell content can be copied.

Please!
Avatar of Steven Harris
Steven Harris
Flag of United States of America image

Can you use a helper cell?  How do you know what part to "copy"?
let try the function mid, but we dun know the formula.

=mid(a1,2,3)
Avatar of kazmdav

ASKER

Thank you however the text that is to be selected & copied could be anywhere within the cell & happens at random.
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the fact that you want to select and copy part of the cell, means user interaction.

so you have to document a process of some sort, like robt or thinkspace.

can you elaborate on why a vba option that does the above is not acceptable ? it can be locked off to prevent malicious changes...
Avatar of kazmdav

ASKER

Thanks for final conclusion.
To robberbaron: the client doesn't want vba code because they are wary of it being too difficult to maintain ongoing.