View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Piranha[_5_] Piranha[_5_] is offline
external usenet poster
 
Posts: 1
Default Target As Excel.Range or Target As Range


Hi,
Is there any difference in these two statements??
What does the word "Excel." do??

Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Private Sub Worksheet_Change(ByVal Target As Range)

Thx
Dave


--
Piranha
------------------------------------------------------------------------
Piranha's Profile: http://www.excelforum.com/member.php...o&userid=20435
View this thread: http://www.excelforum.com/showthread...hreadid=376118