A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

lotus 2.4 macro



 
 
Thread Tools Display Modes
  #1  
Old September 16th, 2003, 06:38 PM
Joe Silvers
external usenet poster
 
Posts: n/a
Default lotus 2.4 macro

The following is an example of a simple macro I used in
Lotus 123.

{goto}E3~
'{?}{D}'{?}{D}'{?}~
{GOTO}C8~'{?}~

Once invoked, the cursor goes to cell E3, waits for you to
input data and hit enter, goes down 1 cell and repeats.
If there is data in the cell that you dont want to change
you just hit enter and it doesn't change the cell. I
don't want to use a dialog box. I want the macro to
perform exactly the same way it did in Lotus 123. Can
that be done?

Thanks..















  #2  
Old September 16th, 2003, 09:11 PM
Harlan Grove
external usenet poster
 
Posts: n/a
Default lotus 2.4 macro

"Joe Silvers" wrote...
The following is an example of a simple macro I used in
Lotus 123.

{goto}E3~
'{?}{D}'{?}{D}'{?}~
{GOTO}C8~'{?}~

Once invoked, the cursor goes to cell E3, waits for you to
input data and hit enter, goes down 1 cell and repeats.
If there is data in the cell that you dont want to change
you just hit enter and it doesn't change the cell. I
don't want to use a dialog box. I want the macro to
perform exactly the same way it did in Lotus 123. Can
that be done?


No, it can't be done. Excel supports nothing remotely like {?} other than very
complex event handler programming, which still doesn't get too close.

FWIW, if there really are single quotes in your 123 macro as indicated, it most
certainly does not leave previous cell contents as-is if you press [Enter]. It
replaces cell contents with single quotes, i.e., zero length strings.

--
Never attach files.
Snip unnecessary quoted text.
Never multipost (though crossposting is usually OK).
Don't change subject lines because it corrupts Google newsgroup archives.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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