View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
snax500 snax500 is offline
external usenet poster
 
Posts: 49
Default SendKeys variable

In Excel2000, I have the following code ...

Application.SendKeys "alk51", True

This code sends my password to another application. The problem is
that I have this code in many places since I am running many reports
from this application. Can I use a variable with SendKeys so that I
only have to change my password once?

Thanks