please help .......

Arvind1977

Board Regular
Joined
Jul 21, 2006
Messages
108
hi all,

I just Want to change these key from there defalut vlaue to some thing else.. like for ALT# for Shift >


can any one please help
Sendkeys

SHIFT +
CTRL ^
ALT %



Please Help


Regards
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi Arvind

Why would you want to change the defaults? You can send the actual keystrokes (rather than their metacharacter meaning) by surrounding them with curly brackets ie:

Code:
SendKeys("{^+%}")

will send keystrokes ^, + and %.

Make sense? If this isn't what you wanted, please explain why you would want to change the defaults.

Best regards

Richard
 
Upvote 0
Dear Sir,

The Problem is I am entering Data from Excel to Oracle some times we have to write what is the Percentage on which we are deducting any TDS or the percentage of adv like that for that time i need it.


regards
arvind
 
Upvote 0
Arvind

OK, well like I showed you, you just need to surround the symbols with curly braces:

Code:
SendKeys("{%}")

Best regards

Richard
 
Upvote 0

Forum statistics

Threads
1,214,573
Messages
6,120,310
Members
448,955
Latest member
Dreamz high

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top