![]() |
#2
|
|||
|
|||
![]()
Hi Steve
See attached solution. Basically I have used VLOOKUP functions to check what name is in Column C of the "Front" sheet and put that name in the room box on the next sheet. In addition I have put a small macro that recalculates the workbook when anything changes on the "Front Sheet". The code is: Private Sub Worksheet_Change(ByVal Target As Range) Application.Calculation = xlManual For Each sh In ActiveWorkbook.Sheets sh.Calculate Next sh End Sub Instead of changing the room numbers, leave them static and just type the name of the person using each room against the relevant room number. You can view this code by right clicking on the Front sheet tab and selecting view code. Hope this helps. If you need anything else then come back to the forum. Good luck. Tony |
Tags |
auto, cell |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Mrkieth | Excel | 2 | 04-29-2013 07:30 AM |
![]() |
Greenhorn | Word | 4 | 09-05-2012 04:16 PM |
Auto populate text | help i'm stuck! | Word | 1 | 08-13-2010 11:52 AM |
auto populate to a PDF file | jerrymbna22 | Excel | 0 | 07-12-2010 02:19 PM |
Auto-populate an MS Word table cell with text from a diff cell? | dreamrthts | Word Tables | 0 | 03-20-2009 01:49 PM |