I cant find a pound symbol on my keyboard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
I suspect he's British, and means £, the British currency sign, not #.

Alt-0163, or use the Character Map.
 
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:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top