Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel 2003- Tabbing to a specific location in a cell

I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a specific
area in the cell...how do i set up my template to do this?
THanks so much
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
Default Excel 2003- Tabbing to a specific location in a cell

unlock the cells you want to tab to. leave the other cells protected. then
protected the sheet.

--


Gary Keramidas
Excel 2003


"monty the magician" <monty the wrote in
message ...
I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a
specific
area in the cell...how do i set up my template to do this?
THanks so much


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Excel 2003- Tabbing to a specific location in a cell

One way is to name the specific cells you want to enter the data into.
Select the second cell of the bunch of cells of a group and hold down Shift
and click on each cell in the sequence you want to enter the data, ending
with the first cell. Now, while the first cell is still selected, name the
range of selected cells with an appropriate name given the data to be
entered. For example, Costs, Expenses, Supplies, etc.

Select a name from the name box from the Name Box and see the cells of the
named range are highlighted. Enter the data in the first cell and hit
either Enter or Tab and continue through the range until back to cell 1.
Left or right arrow out of the named range. (Up or Down also)

So now if someone hands you a list of Expenses to enter, you select Expenses
from the Name Box and enter the data. Same with the other named ranges.

If you go with sheet protection method that may work well for you if you
always have the same sequence of data to enter in the unprotected cells and
the data is in that sequence also.

HTH
Regards,
Howard

"monty the magician" <monty the wrote in
message ...
I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a
specific
area in the cell...how do i set up my template to do this?
THanks so much



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2003- Tabbing to a specific location in a cell

If you really mean that you want to tab to a location within a cell, then I
think you're out of luck. I've never seen a macro that does anything
significant run while you're editing the cell.



monty the magician wrote:

I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a specific
area in the cell...how do i set up my template to do this?
THanks so much


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2003- Tabbing to a specific location in a cell

ps. On the other hand, maybe you could build an interface (a userform) that
gets the data from the user. You may be able to set that insertion point where
you want it.



monty the magician wrote:

I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a specific
area in the cell...how do i set up my template to do this?
THanks so much


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Excel 2003- Tabbing to a specific location in a cell

Why does it need to be in a specific character position within a cell?

monty the magician wrote:

I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a specific
area in the cell...how do i set up my template to do this?
THanks so much


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Excel 2003- Tabbing to a specific location in a cell


I missed the part where you want to be at a certain location in the cell.
You might try something like this and modify to suit the location within the
cell. This gives you three spaces and an X, then a carriage return and then
two spaces and a y. The x and y are just to show the location within the
cell. Delete them for just spaces.

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
ActiveCell.FormulaR1C1 = " X" & Chr(10) & " y"
End Sub

Use this along with the named ranges i mentioned in my previous post.

HTH
Regards,
Howard

"L. Howard Kittle" wrote in message
...
One way is to name the specific cells you want to enter the data into.
Select the second cell of the bunch of cells of a group and hold down
Shift and click on each cell in the sequence you want to enter the data,
ending with the first cell. Now, while the first cell is still selected,
name the range of selected cells with an appropriate name given the data
to be entered. For example, Costs, Expenses, Supplies, etc.

Select a name from the name box from the Name Box and see the cells of the
named range are highlighted. Enter the data in the first cell and hit
either Enter or Tab and continue through the range until back to cell 1.
Left or right arrow out of the named range. (Up or Down also)

So now if someone hands you a list of Expenses to enter, you select
Expenses from the Name Box and enter the data. Same with the other named
ranges.

If you go with sheet protection method that may work well for you if you
always have the same sequence of data to enter in the unprotected cells
and the data is in that sequence also.

HTH
Regards,
Howard

"monty the magician" <monty the wrote
in message ...
I have created a template and I want to be able to fill in parts of the
template
by just tabbing and the cursor to move to the next cell...and to a
specific
area in the cell...how do i set up my template to do this?
THanks so much





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
Show value from specific column based on location of active cell Spuds Glorious Spuds Excel Discussion (Misc queries) 1 November 5th 08 05:43 PM
Tabbing to a specific cell eddie57[_4_] Excel Worksheet Functions 3 November 14th 07 02:54 AM
cell location containing specific text Gregg R Excel Worksheet Functions 8 April 9th 07 09:25 PM
hyperlink an excel cell to a specific location wthin application f dirtboy New Users to Excel 1 January 17th 05 08:07 PM
hyperlink an excel cell to a specific location wthin application f dirtboy Excel Discussion (Misc queries) 0 January 17th 05 08:03 PM


All times are GMT +1. The time now is 11:20 AM.

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"