Ringrose Family Blog
Blog for the Ringrose Family in Gray, Maine. Members of the family in Gray are Kurt Ringrose, Jan Ringrose and Theron Ringrose
Thursday, February 23, 2006
Tuesday, November 01, 2005
Thursday, October 27, 2005
Changed Movies
I changed the movies from QuickTime to Windows Media Player and included the ActiveX component to play them in. Much nicer now...
Updated Theron Movies
Changed the Movies of Theron from Quicktime to Windows Media Files and included the ActiveX Component on each page for viewing the movies. Much nicer now...
Friday, October 14, 2005
Added Movies
I have added some Movies of Theron made with my Digital Camera...They need to be viewed in QuickTime and I would recommend right-clicking and saving them as they can take a while to download...
http://ringrose.org/movies.htm
Tuesday, October 11, 2005
Tuesday, July 05, 2005
Wednesday, June 29, 2005
Changes to Blog Template
I made some changes to the Blogs Template.
I also added HTML links at the bottom of the www.Ringrose.org website to increase readability for Search Engine Bots.
Also added in Janice and Theron as Blog contributors...
Monday, June 27, 2005
Favicon.ico
(In IE 5.0 or later just add Ringrose.org as a favorite and it should add the icon automatically...)
Thursday, June 23, 2005
Sunday, June 19, 2005
Friday, June 17, 2005
Automate Fields in Email (Macros)
I have been working on a Macro to automate emails I do (I work in technical support and a lot of the fields use the same information)..
SendKeys command works well, except I cannot move the cursor to the end of the Subject field to add information to the subject line. I have used PGDN, END and right arrow commands but none seem to work. Currently I use the code below which moves the cursor from the body (default) into the header to fill out information and then back to the body for more and then places the cursor where I would start typing a response. Works great, but would be better if I kept the contents of the subject line and just added information at the End...
If anyone who reads this has a lot of Experience with Macros and knows a better way...please add a comment...
Running this on XP Pro with Office 2003 attached to an Exchange server...
(Note...* is a character replacement to remove company identifiers)...
Public Sub AutoEmail()
SendKeys "+{Tab 5}", True
SendKeys "Tech@*******.com", True
SendKeys "{Tab}", True
SendKeys "{Tab}", True
SendKeys "{Tab}", True
SendKeys "Support_log@******.com", True
SendKeys "{Tab}", True
SendKeys "{Del 50}"
SendKeys "RE: ******* Support 21002"
SendKeys "{Tab}", True
SendKeys "{PGUP}", True
SendKeys " ", True
Selection.TypeText Text:="Hello,"
Selection.TypeParagraph
Selection.TypeText Text:="Thank you for contacting ******* Technical Support. "
Selection.TypeParagraph
Selection.TypeText Text:="If you have any further questions or issues, please reply to this email."
SendKeys "{UP}"
End Sub
Thursday, June 16, 2005
First Post
This is my first posting on my Blog.
I have been working on the WWW.Ringrose.org website...let me know what you think, I love positive feedback.
