How to use VBA to copy this code from one opened workbook to all opened
workbooks ? I need this code under "Thisworkbook" object of each opened
workbook. Thank you!
Private Sub Workbook_SheetSelectionChange(ByVal Sh As Object, ByVal
Target As Range)
Application.SendKeys "{F9}"
End Sub
--
Amolin
------------------------------------------------------------------------
Amolin's Profile:
http://www.excelforum.com/member.php...fo&userid=8321
View this thread:
http://www.excelforum.com/showthread...hreadid=375868