View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Joachim Geschinsky Joachim Geschinsky is offline
external usenet poster
 
Posts: 2
Default move the cursor to a button

Is there no reason to use something like Range("A1").Select for BUTTONS
(llike CommandButton1.Select) ?
Achim



"Joachim Geschinsky" schrieb im Newsbeitrag
...
Hi all,

I use Win XP and XL2000

I want to move the cursor to a defined button on my sheet called
"Auswertung" when I activate this sheet.

How to solve this with vba ?

Can somebody help me ?

Achim