![]() |
| 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. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a database in which i input values. It has Surname, Forename, Date of
Birth, etc etc. How do i get excel to open up in cell 'Surname' as a default, then when i press the tab key i want it to go straight to DOB, then Forename ? i.e. to tab from, say cell B5 straight to D8 then to E1, hope this makes sense !! Also, i want to copy cell B1 in sheet 1 to B1 in sheet 2, but because it is a merged cell I just get #VALUE in sheet 2. How would i copy the text from B1 sheet 1 to B1 sheet 2 in my example ? Cheers Andy |
| Ads |
|
#2
|
|||
|
|||
|
One way to accomplish this cursor movement is described in this old post: http://tinyurl.com/39vzv As to the second question, *Don't Use Merged Cells* Use "Center Across Selection" instead. Select the cells to combine, then: <Format> <Cells> <Alignment> tab, Expand the "horizontal" box and choose "Center Across Selection" -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Andy100" > wrote in message ... I have a database in which i input values. It has Surname, Forename, Date of Birth, etc etc. How do i get excel to open up in cell 'Surname' as a default, then when i press the tab key i want it to go straight to DOB, then Forename ? i.e. to tab from, say cell B5 straight to D8 then to E1, hope this makes sense !! Also, i want to copy cell B1 in sheet 1 to B1 in sheet 2, but because it is a merged cell I just get #VALUE in sheet 2. How would i copy the text from B1 sheet 1 to B1 sheet 2 in my example ? Cheers Andy |
|
#3
|
|||
|
|||
|
You format your cells (B5, D8, E1) to be unlocked then protect the
worksheet. Format> Protection tab> then uncheck the Protect box. Then go to Tools and Protect the worksheet the unprotected cells will be the only cells you can enter values into and you will tab between these three cells only. Question 2 easy. You right click> and copy the cell in worksheet 1 and in worksheet 2 you right click> paste special> paste link (button in the lower left corner of box). Merged cells make no differance. "Andy100" wrote: > I have a database in which i input values. It has Surname, Forename, Date of > Birth, etc etc. How do i get excel to open up in cell 'Surname' as a > default, then when i press the tab key i want it to go straight to DOB, then > Forename ? > > i.e. to tab from, say cell B5 straight to D8 then to E1, hope this makes > sense !! > > Also, i want to copy cell B1 in sheet 1 to B1 in sheet 2, but because it is > a merged cell I just get #VALUE in sheet 2. How would i copy the text from > B1 sheet 1 to B1 sheet 2 in my example ? > > Cheers > Andy > > > |
|
#4
|
|||
|
|||
|
Thanks both RagDyer and DeVon !. Both solutions work perfect for my problem.
Many thanks for taking the time to write back Andy "DeVon" > wrote in message ... > You format your cells (B5, D8, E1) to be unlocked then protect the > worksheet. Format> Protection tab> then uncheck the Protect box. Then go to > Tools and Protect the worksheet the unprotected cells will be the only cells > you can enter values into and you will tab between these three cells only. > > Question 2 easy. You right click> and copy the cell in worksheet 1 and in > worksheet 2 you right click> paste special> paste link (button in the lower > left corner of box). Merged cells make no differance. > > "Andy100" wrote: > > > I have a database in which i input values. It has Surname, Forename, Date of > > Birth, etc etc. How do i get excel to open up in cell 'Surname' as a > > default, then when i press the tab key i want it to go straight to DOB, then > > Forename ? > > > > i.e. to tab from, say cell B5 straight to D8 then to E1, hope this makes > > sense !! > > > > Also, i want to copy cell B1 in sheet 1 to B1 in sheet 2, but because it is > > a merged cell I just get #VALUE in sheet 2. How would i copy the text from > > B1 sheet 1 to B1 sheet 2 in my example ? > > > > Cheers > > Andy > > > > > > |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make empty cells as zero in excel add-ins for SQL Server an | Microlong | Excel Worksheet Functions | 0 | January 12th 05 06:31 AM |
| Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Richard | Excel Discussion (Misc queries) | 1 | January 5th 05 08:36 AM |
| linking cells in Excel 2003. How to not truncate to 255 characters. | GarryFerg | Excel Discussion (Misc queries) | 5 | December 8th 04 03:33 PM |
| How do I password protect cells in a spreadsheet created in Excel | [email protected] | Excel Worksheet Functions | 0 | November 22nd 04 09:21 PM |
| stop excel from shifting cells up when a query returns no data | DrLostinExcel | Excel Worksheet Functions | 2 | November 9th 04 05:44 PM |