Excel VBA automation, automatic image upload

miqueias86

New Member
Joined
Nov 29, 2014
Messages
1
How do I press this button in VBA?

HTML code:

HTML:
<!-- BEGIN FIELD IMAGES -->
<div class="line mb10px">	<div class="leftcol">		<label class="item_desc">			<span class="bold">Adicionar Imagens</span>			<span class="obs_image">Adicione até <span id="extra_images_num">seis</span> imagens. JPG, GIF e PNG somente.</span>		</label>	</div>	<div class="rightcol">				<div class="images_container">
			<div class="line">				<ul id="uploaded_images" class="list_ai-images"></ul>								<div id="wrapper_image_upload_button" class="wrapper_image_upload_button main_picture">					<div class="title">						<label class="ipt_label">Foto Principal</label>					</div>					<div class="image">						<span id="image_upload_button" class="image_upload_button">adicionar imagens						</span>					</div>				</div>			</div>						<p id="err_extra_image" class="validation_msg success" style="display:none;">
</p>
			<p id="err_image" class="validation_msg success" style="display:none;">
</p>
						<p id="image_upload_status" class="validation_msg error"></p>					
			<div class="image_upload_alert">				<div class="tip_box">					<div class="top_part"></div>					<div class="middle_part">						<div class="inner">							<p class="text" id="image_upload_alert_msg"></p>						</div>					</div>					<div class="bottom_part"></div>				</div>				<img class="image" id="item_upload_alert" src="/img/transparent.png" alt="icone de fotos reais do produto e fotos de catálogo.">			</div>
			<div id="adviceimage" class="warning_msg information mt10px">				<img class="ico" src="/img/transparent.png" alt="ícone informativo">				<p class="text">Um anúncio com fotos é visto até 7 vezes mais que um anúncio sem foto.</p>			</div>					</div>
	</div></div><!-- END FIELD IMAGES -->
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,215,398
Messages
6,124,688
Members
449,179
Latest member
kfhw720

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top