Hi Forum members,

Im trying to work out how to send a CTRL+W command to a specific tab that can be defined by a variable. I have written such a script in AutoIT, however, cant seem to get this working in just straight forward VB. Please see below my AutoIT script if it helps.

$var1 = "eSeries Logon"

#include <IE.au3>
Local $oIE = _IEAttach($var1)
#include <IE.au3>
_IEQuit($oIE)


Thanks
Hari