es que para poder escribir en los textarea tengo que cambiar el frame y no se como si pudieran darme una idea
utilizo webbrowser
este es el cogido para los input
Código:
titulo = Text3.Text
Set HTML = WebBrowser1.Document
For Each HTMLI In HTML.getElementsByTagName("input")
If HTMLI.id = "subjecttitle" Then
HTMLI.Value = titulo
End If
Next
Timer1.Enabled = False
Código:
FRAME F=1