View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Code equivelent to a key combination?

You select the actual cell

Range("A1").Select

--
HTH

Bob Phillips

"Conan Kelly" <CTBarbarin at msn dot com wrote in message
...
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