Thread: Region
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default Region

One way is to install this macro
Sub SelCurr()
Selection.CurrentRegion.Select
End Sub

and assign a hotkey to it (Alt+F8/Click on SelCurr/Options(bottom button)

Regards,
Stefi

Zaahir ezt *rta:

Hi

This sumthing realy simple, but i cant get it going.

How do i select current region of data using hotkeys?

regards