The macro is as follows:
It only seems to open the Start Menu when I use an assigned hotkey to call the macro. I had originally set it as ctrl+shift+f ("ctrl+F") and have tried changing it to other hotkeys with the same result. It is currently ctrl+t and I produce the same result. I have just recently received a new computer at work that has Windows 7/Office 7 where I was running XP/Office 2003 previously with the same macro without a hitch.
Code:
Sub FindText()
CommandBars("Edit").Controls("Find...").Execute
Application.SendKeys "%(h)W%(t)%(h)W%(n){DEL}{ESC}"
End Sub
It only seems to open the Start Menu when I use an assigned hotkey to call the macro. I had originally set it as ctrl+shift+f ("ctrl+F") and have tried changing it to other hotkeys with the same result. It is currently ctrl+t and I produce the same result. I have just recently received a new computer at work that has Windows 7/Office 7 where I was running XP/Office 2003 previously with the same macro without a hitch.