Enviar codigos de tecla a un texto en internet.
Necesito poder enviar una combin. de teclas a un fichero de texto abierto en internet para copiar y anexar a un fichero de texto en local.
ReturnValue = Shell("C:Archivos de programaInternet ExplorerIEXPLORE.EXE http://tar2nso/gesnodos/fich1.txt ", vbNormalFocus) AppActivate ReturnValue ' hasta aqui me func
'pero el envio de teclas no me hace ni caso:
SendKeys ("^E"), 1
SendKeys ("^C"), 1
ReturnValue = Shell("C:Archivos de programaInternet ExplorerIEXPLORE.EXE http://tar2nso/gesnodos/fich1.txt ", vbNormalFocus) AppActivate ReturnValue ' hasta aqui me func
'pero el envio de teclas no me hace ni caso:
SendKeys ("^E"), 1
SendKeys ("^C"), 1
