#1   Report Post  
Bony Pony
 
Posts: n/a
Default CHR( ) request

Hi again,
If CHR(13) is the representation of the ENTER key, what
would it be for Alt F11 ??

Thanks to all!
Best regards,
Bony Pony
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

CHR$() returns codes for printable characters. The function keys, arrow keys,
Ins, Del, Shift, Ctrl, Alt, etc don't produce printable characters.

Why do you need this information? Are you trying to detect that ALT+F11 was
pressed? If so, look at OnKey in Help.


On Mon, 7 Mar 2005 11:28:15 -0800, "Bony Pony"
wrote:

Hi again,
If CHR(13) is the representation of the ENTER key, what
would it be for Alt F11 ??

Thanks to all!
Best regards,
Bony Pony


  #3   Report Post  
Bony Pony
 
Posts: n/a
Default

Hi and thank you for your reply.

Basically, I have a macro using activecell.codename. For
some reason, it requires that the VB editor be open
before it picks up the codename value.

What I want to do, is invoke Alt F11 from the code to
open the VBE and then again to close it after the macro
has run.

Any ideas?

Best regards,
Robert
-----Original Message-----
CHR$() returns codes for printable characters. The

function keys, arrow keys,
Ins, Del, Shift, Ctrl, Alt, etc don't produce printable

characters.

Why do you need this information? Are you trying to

detect that ALT+F11 was
pressed? If so, look at OnKey in Help.


On Mon, 7 Mar 2005 11:28:15 -0800, "Bony Pony"
wrote:

Hi again,
If CHR(13) is the representation of the ENTER key, what
would it be for Alt F11 ??

Thanks to all!
Best regards,
Bony Pony


.

  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

Hmmm.... That syntax, activecell.codename, seems strange to me. When I type
this in the immediate window

? activecell.codename

I get an error, "object doesn't support this property or method".

Did you mean ActiveSheet.CodeName? If so, why this syntax? Is your macro
creating or modifying code?


On Mon, 7 Mar 2005 12:13:10 -0800, "Bony Pony"
wrote:

Hi and thank you for your reply.

Basically, I have a macro using activecell.codename. For
some reason, it requires that the VB editor be open
before it picks up the codename value.

What I want to do, is invoke Alt F11 from the code to
open the VBE and then again to close it after the macro
has run.

Any ideas?

Best regards,
Robert
-----Original Message-----
CHR$() returns codes for printable characters. The

function keys, arrow keys,
Ins, Del, Shift, Ctrl, Alt, etc don't produce printable

characters.

Why do you need this information? Are you trying to

detect that ALT+F11 was
pressed? If so, look at OnKey in Help.


On Mon, 7 Mar 2005 11:28:15 -0800, "Bony Pony"
wrote:

Hi again,
If CHR(13) is the representation of the ENTER key, what
would it be for Alt F11 ??

Thanks to all!
Best regards,
Bony Pony


.


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
Toolbar-Task Pane 2nd request Sandra53 Excel Discussion (Misc queries) 4 July 13th 05 11:30 PM
How to Create an Excel Macro to send a meeting request. DM HD Excel Discussion (Misc queries) 2 February 28th 05 02:39 PM
Another Date Formula Request Qaspec Excel Worksheet Functions 1 January 21st 05 04:21 PM
Importing XML data from http request Pau Larsen Excel Discussion (Misc queries) 0 December 2nd 04 02:01 PM
trendline - request power --> get linear CR Optiker Excel Worksheet Functions 1 October 28th 04 11:02 PM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"