Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Accessing Message Editor Of Web Based Email

Hi All,

I am trying to fill out my yahoo email's 'Compose email' Form using VBA. I
have a workbook with a list of email addresses and text messages to be send.
I am primarily using getElementsByTagName(), and able to open a new yahoo
page, log in, create a new email, populate the addressfields,and subject
field.

However, I am not able to write anything in the message editor ( the part
where we write the actual message). The following is a part of the HTML code
related to the message editor. Please suggest what I should do? Thanks. MG.

Code:
 
<div id="RTEContainer" style="position:relative;top=0px;left=0px;" width="100%
"
<textarea name="Body" id="bodyfield" style="display:none;"</textarea
<script type="text/javascript"

		var editor = new RTEEditor(idGenerator);
             	editor.SetLocation("ca");
		editor.SetIconVersion("1");
                         editor.SetFarmPath("
http://ca.f309.mail.yahoo.com/ym");
    		editor.SetSpellCheck(true);
    		editor.SetSpellCheckCB(SpellCheck_Click);
	             editor.Instantiate();
</script </div <input type=hidden name=Format id=Format value="html"
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA - Accessing Message Editor Of Web Based Email musicgold[_2_] Excel Discussion (Misc queries) 0 January 10th 08 12:34 AM
Error Message - accessing an Access database tkirchoff15 Excel Programming 0 March 5th 07 09:49 PM
Accessing sheets based on cell contents Mike Excel Worksheet Functions 3 August 25th 06 08:31 AM
Email editor closes when forwarding Excel-embedded email Bambina Setting up and Configuration of Excel 0 March 16th 06 10:45 PM
VLookup error message while accessing range in closed workbook. Peter McNaughton Excel Programming 1 September 10th 03 06:11 AM


All times are GMT +1. The time now is 12:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"