Excel 2003, Vista, and Sendkeys
Hi Bob:
This is a little disturbing. If you run:
Sub test()
Range("A1").Select
Application.SendKeys "{F2}"
Application.SendKeys "Hi Bob"
Application.SendKeys "{ENTER}"
End Sub
would you get an error mesage ?
--
Gary''s Student
gsnu200711
|