ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   ANSI codes (https://www.excelbanter.com/excel-programming/278388-ansi-codes.html)

Jamie Martin[_2_]

ANSI codes
 
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?



Jesse Hamilton

ANSI codes
 
They're in the VBA help.

Jesse Hamilton


"Jamie Martin" wrote in message
...
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?





Phobos

ANSI codes
 
Return?

In a Windows environment, return is a "Carriage Return" and a "Line Feed"
pair (13 and 10 respectively [decimal]).

There are loads of sites out there with all the info on them!

P


"Jamie Martin" wrote in message
...
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?





Leo Heuser[_2_]

ANSI codes
 
Jamie

With values 0 through 127 ANSI codes and ASCII codes
are alike. Try e.g.

http://www.neurophys.wisc.edu/www/comp/docs/ascii.html

--
Best Regards
Leo Heuser
MVP Excel

Followup to newsgroup only please.

"Jamie Martin" skrev i en meddelelse
...
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?






ksgoodwin

ANSI codes
 
Try looking for the ASCII code by ANSI

Ken


"Jamie Martin" wrote in message
...
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?





Tom Ogilvy

ANSI codes
 
http://www.deaneng.com/csi_wan/chart.html


I got to that page from he

http://qcpages.qc.edu/~nixon/links/asciiUnicode.html

--
Regards,
Tom Ogilvy


"Jamie Martin" wrote in message
...
I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?





losmac

ANSI codes
 
Insert new form and code below:

Private Sub UserForm_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
MsgBox "Your code ASCII: " & KeyAscii
End Sub

View form and press any key You want!


I couldn't find a list of ANSI codes through Google; I'm especially
interested in the codes for things like Tab and Return. Where might I find
one?






All times are GMT +1. The time now is 04:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com