View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TBA[_2_] TBA[_2_] is offline
external usenet poster
 
Posts: 58
Default Yet another Newby question about selecting

My noobness is not diminishing at the pace I was hoping for, so here's
another nooby question:

I want to write the code that will select a table based in the currently
selected cell. I was thinking something simple like:

Range(???).CurrentRegion.Select

but I don't know how to equate the ??? to the currently selected cell .


Side question: is the currently selected cell also known as the ActiveCell?

Thank you for your patience.

-gk-