|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Feb 2001
Posts: 44
|
Help with Quattro Pro
I have created a spreadsheet in Quattro Pro where I enter invoice details in colums A-E and after entering the value in column E I want to jump to the beginning of the next line (Column A) to start entering the details of the next invoice there.
If I hit RETURN when in Column E it brings me to Column E on the next line how do I get it to jump each time to Column A in the next line ? Thank you in advance. Trevor |
|
|
|
|
|
#2 |
|
The Gavel
Join Date: Dec 1999
Location: Upland, CA
Posts: 6,311
|
I've never used Quattro Pro but try hitting "tab" instead of enter and see what it does.
__________________
"To speak ill of others is a dishonest way of praising ourselves" |
|
|
|
|
|
#3 |
|
Member (6 bit)
Join Date: Feb 2001
Posts: 44
|
Quattro Pro
If you hit TAB it just takes you to the next cell on the right ie F.
Trevor |
|
|
|
|
|
#4 |
|
Member (10 bit)
Join Date: Jan 2001
Location: Greenville, MS
Posts: 625
|
Try hitting return to go to the next cell down in column E and then the home key to go back to column A. I know this works in Excel and I am only assuming it will work in QPro
|
|
|
|
|
|
#5 |
|
Member (9 bit)
Join Date: Mar 2000
Posts: 457
|
You could Insert a QuickButton. Right click on the button, then click Button Properties. In the Macro tab enter the following .....
{L 4}{D 1} You can relocate the button as needed. Last edited by MadMax; 10-10-2002 at 04:13 AM. |
|
|
|
|
|
#6 |
|
Member (10 bit)
Join Date: Jul 1999
Location: Pickerington, OH-IO
Posts: 875
|
Home key will just send the selection to A1.
A simple macro may help you out In your spreadsheet open Tab B, then click on one of the cells (i.e., E2), then type in : ~{D1}{End}{L} in the cell before the macro (i.e., D2) type in '\B (note the ' before the \ ) Then go to the menu: Insert\Name\Name Cells Select \B and click add, then close. Now, pressing Crtrl Shift B anywhere in the spreadsheet will move the selection one row down and back to the first column. I find this routine to be especially usefull when entering many columns of data. Last edited by Prew; 10-15-2002 at 11:35 AM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|