Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Perl script to disable cut copy % paste in an xlsx worksheet

by Gangabass (Vicar)
on Apr 08, 2016 at 00:12 UTC ( [id://1159857]=note: print w/replies, xml ) Need Help??


in reply to Perl script to disable cut copy % paste in an xlsx worksheet

VBA is the only way to prevent Copy/Paste on Data Validation cells

To get this from Perl you'll need to add VBA to your file:

my $workbook = Excel::Writer::XLSX->new( 'file.xlsm' ); $workbook->add_vba_project( './vbaProject.bin' );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1159857]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found