Hey guys,
I know vba/html interaction is limited but I was hoping someone might be able to help me with this. I currently have the macro opening the required website. From here I would like the macro to delete all slides (through a checklist). I'm assuming I would have to do this using the checklists object ID? I've attached part of the html code for reference. Let me know if further clarification is needed. Unfortunately, this is part of my company's local intranet so access to the link can't be provided. Thanks for your help in advance!
<hr width="90%">
<h3>Slides</h3>
<p>Drag & drop the slides to re-order them.</p>
<div class="message" id="sorting_message"></div>
<form accept-charset="UTF-8" action="/slides/destroy_multiple" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="_method" type="hidden" value="delete" /><input name="authenticity_token" type="hidden" value="ACHw/8f/KhVuoV4AixcWif5KFnlwbbyrq4yLdtL1CC8=" /></div>
<div id="sortable_slides_container">
<div class="slide_frame" id="slide_94636">
<div class="picture" id="picture">
<a href="/slides/94636/edit"><img alt="Thumb" src="/s3/production/pics/94636/thumb.png" /></a>
</div>
<div>
120 Seconds
</div>
<div class="controls" id="controls">
<input id="slides_" name="slides[]" type="checkbox" value="94636" />
</div>
</div>
</div>
</br />
<table width="100%">
delete.JPG
Bookmarks