#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default 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?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default 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?




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default 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?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default 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?





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default 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?






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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?




  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default 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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert xls file to ANSI format needhelpnow Excel Discussion (Misc queries) 0 February 23rd 10 04:21 AM
Need Help with Alpha into Numeric expressions (not ASCII/ANSI/Etc. Karto Excel Discussion (Misc queries) 7 December 30th 09 05:42 PM
Column Widths, Importing ANSI txt files ConfusedNHouston Excel Discussion (Misc queries) 1 January 17th 08 09:36 AM
Unicode to ANSI news.s5.net Excel Discussion (Misc queries) 0 May 3rd 05 03:19 PM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"