View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Code equivelent to a key combination?

ActiveWindow.ActivePane.VisibleRange.Item(1).Selec t

--
HTH...

Jim Thomlinson


"Conan Kelly" wrote:

Hello all,

Does anyone know what the code equivelent to [CTRL] + [Home] is when you
have frozen panes in a spreadsheet?

I tried recording a macro to find out, but the only thing that it came up
with was "Range("Cell Address").Select".

Hopefully there is code that will accomplish this because the panes are not
frozen in the same place in every file we use.

Thanks for any help any one can provide,

Conan Kelly