Prev: Run macro on column insert or delete
Next: Selecting from Worksheet to fill combo boxes on User Form
From: Steve on 15 Feb 2010 20:10 Is it possible to replicate pressing the SHIFT button with SendKeys? Not by using the plus (+) sign. I need to use it with an AS400 system and the plus sign isn't working. I need to replicate the SHIFT button on the keyboard. I appreciate your help. Thanks Steve
From: Peter T on 16 Feb 2010 09:51
Application.SendKeys "+=" assuming + is above the = on your keyboard. Regards, Peter T "Steve" <Steve(a)discussions.microsoft.com> wrote in message news:1C1822F3-77E4-4FC6-9E50-5712DE79239C(a)microsoft.com... > Is it possible to replicate pressing the SHIFT button with SendKeys? Not > by > using the plus (+) sign. I need to use it with an AS400 system and the > plus > sign isn't working. I need to replicate the SHIFT button on the keyboard. > > I appreciate your help. > > Thanks > > Steve |