I cant find a pound symbol on my keyboard

H

Henry

For some reason i can not find a pound symbol on my keyboard,iam trying to
modify a menu for the pub at which i work
 
T

Tom Wickerath

And you'd like us to find it for you?

Assuming you are using a QWERTY keyboard, it is likely Shift 3, using the 3 key that is located
above the W and E keys. Otherwise, you can try chr(35) in VBA code.

______________________________________


For some reason i can not find a pound symbol on my keyboard, iam trying to
modify a menu for the pub at which i work
 
D

Douglas J. Steele

I suspect he's British, and means £, the British currency sign, not #.

Alt-0163, or use the Character Map.
 
M

Mike Painter

Tom said:
And you'd like us to find it for you?

Assuming you are using a QWERTY keyboard, it is likely Shift 3, using
the 3 key that is located above the W and E keys. Otherwise, you can
try chr(35) in VBA code.

Years ago I worked with a CP/M database with a manual that referred to the
octothorpe. They knew I would have to look it up:)
 
Top