Results 1 to 2 of 2

Deleting/uploading screenshot with macro on webpage

Threaded View

  1. #1
    Registered User
    Join Date
    12-13-2014
    Location
    Boston, MA
    MS-Off Ver
    MS Office 2013
    Posts
    53

    Deleting/uploading screenshot with macro on webpage

    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="&#x2713;" /><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
    Last edited by gibbsa08; 05-16-2015 at 03:26 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro needed: Capture Screenshot and email using Outlook
    By skultety in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-10-2016, 09:26 AM
  2. Macro to capture screenshot and past and save in word
    By mrorange1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-05-2015, 09:18 AM
  3. Replies: 6
    Last Post: 05-20-2014, 02:45 AM
  4. Macro to take a screenshot and bundle into body of Outlook
    By olsska in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-23-2013, 04:22 PM
  5. Macro to Open webpage, then save webpage as txt file.
    By jasocke2 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-07-2012, 04:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1