Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2011, 03:35 AM
OTPM OTPM is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Hi Steve
I will do a little more work on your updated Excel doc and we can speak again to agree where you need to be. I am happy to work with you to get to where you want to be.


Tony(OTPM)
Reply With Quote
  #2  
Old 09-16-2011, 07:17 AM
OTPM OTPM is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Hi Steve
Here is where I am so far.
All BLUE cells are locked so users cannot change them.
The To-Do handover sheet is automatically updated by each individual patient record.
The To-Do handover sheet is totally locked so no one can change it.
I am just waiting for some help on the forum with a piece of vba code that automatically changes the cell height to adjust to the amount of text entered. This is because when you merge cells the auto row height does not work.
I will send the updated workbook as soon as I have that code.
Kind regards.
Tony(OTPM)
Reply With Quote
  #3  
Old 09-16-2011, 03:07 PM
Stevejd58 Stevejd58 is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2007
Novice
repeating text in a document
 
Join Date: May 2011
Location: UK
Posts: 24
Stevejd58 is on a distinguished road
Default

Hi Tony
This sounds even better, now once you get into visual basic, I'm lost. Maybe something I should learn, know any good resources I can learn from?

This is going onto a share point document library at some point and will be updated x3 daily, the previous being in an archive so I will have an evidence trail should something happen. Already got the access permissions sorted.

I very much appreciate the time that you and your friends are giving to this.
Reply With Quote
  #4  
Old 09-18-2011, 05:30 AM
OTPM OTPM is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Hi Steve
I am struggling with the macro to automatically resize rows when text is entered. Do you have any idea how much text you are likely to put in each cell?
Tony(OTPM)
Reply With Quote
  #5  
Old 09-18-2011, 06:52 AM
OTPM OTPM is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Hi Steve
For now I have dispensed with trying to resize the rows by macro and sized them to allow what should be sufficient text in each box.
All blue cells are locked to stop users modifying them.
The Handover Sheet at the end of the Workbook will update and resize all rows as soon as you click on any cell on the table. You can then print this sheet as normal. Don't worry about the blue selection, when you print it will print correctly.
The workbook can be set to view Full Screen on each page so you dont see all the toollbars, you can cancel this by selecting the close full screen button top left hand corner of the screen.
Another way of moving to another worksheet if you cannot see all the table is to right-click on one of the arrows at the bottom left hand corner of your worksheet screen. This will bring up a dialogue box where you can select which worksheet you wish to view.
The workbook needs a thorough test before use but let me know what you think and if you need anything else then get back to me.
Good luck.
Tony(OTPM)
Attached Files
File Type: zip Ward Shift Handover List-1b.zip (39.1 KB, 21 views)
Reply With Quote
  #6  
Old 09-18-2011, 04:03 PM
Stevejd58 Stevejd58 is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2007
Novice
repeating text in a document
 
Join Date: May 2011
Location: UK
Posts: 24
Stevejd58 is on a distinguished road
Default

Hi Tony
I must say I'm very impressed. I've had a play around and a couple of thoughts come to mind now I see how you have done this.

The report cell on each patient page does need to expand vertically with its content, at the moment content is hidden after 5-6 lines of type, you'd be suprised how much un necessary junk nurses write, but I have to ensure it is all visable.

how do you link text to another page, I'd like to duplicate the names on sheet one again in an additional column on the last page (pt 1 name on both sheets), in an ideal world this could do the same in the relevant cell in each patients sheet, but I fear I may be asking too much, hence how do you do it?

lastly do you think it possible to add a back command button at the end of each patient sheet, to take them back to the summary.

This is begining to look how I visualised it in my mind but my skills in excel are somewhat limited and word didn't really match up to the task. I was begining to think I may need to use access but that would absolutely panic most of my team. This is going to need several teaching sessions to ensure they don't mess it up.

I've attached the copy I had a look at, I've unlocked the to do cells on the individual as protection prevented data entry and I found protecting the summary sheet disabled the links to the various worksheets

many thanks again
Steve
Attached Files
File Type: zip Ward Shift Handover List-1C.zip (36.3 KB, 19 views)
Reply With Quote
  #7  
Old 09-18-2011, 04:33 PM
Stevejd58 Stevejd58 is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2007
Novice
repeating text in a document
 
Join Date: May 2011
Location: UK
Posts: 24
Stevejd58 is on a distinguished road
Default

I've been thinking about the report section, Maybe about 10 rows of text. I did notice the cell 'Pad size' does auto resize. Maybe widen the total cell width to full page width?
Steve
Reply With Quote
  #8  
Old 09-19-2011, 04:57 AM
OTPM OTPM is offline repeating text in a document Windows 7 32bit repeating text in a document Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default Ward Handover Sheet

Quote:
Originally Posted by Stevejd58 View Post
Hi Tony
I must say I'm very impressed. I've had a play around and a couple of thoughts come to mind now I see how you have done this.

The report cell on each patient page does need to expand vertically with its content, at the moment content is hidden after 5-6 lines of type, you'd be suprised how much un necessary junk nurses write, but I have to ensure it is all visable.

Steve: I have expanded the report and To Do rows to fit on an A4 page. Hopefully this will be sufficient space for each of these fields. The problem we have is that because we have to use merged cells you cannot use AutoFit. This is why I was looking for some VBA code to do this for us and am still waiitng for any feedback from the Forum. If I get some I will send you a new version.

how do you link text to another page, I'd like to duplicate the names on sheet one again in an additional column on the last page (pt 1 name on both sheets), in an ideal world this could do the same in the relevant cell in each patients sheet, but I fear I may be asking too much, hence how do you do it?

Steve: To link text to another cell (on any sheet) all you do is right click on the cell(s) you want to copy. Then click on the cell(s) where you want to repeat the data and right-click and select Paste-Link. This will copy the data and any changes made to the source data will automatically reflect in the target cells.

lastly do you think it possible to add a back command button at the end of each patient sheet, to take them back to the summary.

Steve: There is already this functionality which I mentioned in my last update. To the left of the first viewed sheet tab there are four arrow type icons io the bottom left hand corner of the screen. All you need to do is right-click on any of those arrows and you will be presented with a list of the sheets contained in this workbook. Simply click on the sheet name you want to move back to. If there are more sheets than can be viewed in the first dialogue box then click on "More sheets" at the bottom of the list and you can then scroll through the list and select the sheet you wish to move to. By default the Summary Sheet will always be the first sheet you see when you first right-click on one of these arrows.

This is begining to look how I visualised it in my mind but my skills in excel are somewhat limited and word didn't really match up to the task. I was begining to think I may need to use access but that would absolutely panic most of my team. This is going to need several teaching sessions to ensure they don't mess it up.

Steve: There should be little training involved as all the blue cells are locked so users cannot change them.

I've attached the copy I had a look at, I've unlocked the to do cells on the individual as protection prevented data entry and I found protecting the summary sheet disabled the links to the various worksheets.

many thanks again
Steve
Steve: You can also add drop down lists to those cells that have standard pre-determined data to be entered. If you need to know how to do this then let me know.

Good luck.
Tony(OTPM)
Attached Files
File Type: xls Ward Shift Handover List 190911.xls (188.5 KB, 9 views)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
repeating text in a document Forms - Repeating or Duplicate Field of First Entry? Constitution Word 5 09-04-2013 08:26 PM
Repeating table rows in template? TheWedgie Word 0 09-11-2010 09:35 PM
text repeating in tables (2003) urchin Word Tables 2 06-17-2010 01:38 AM
How to link text from one document to another nospamforyou Word 0 10-09-2008 09:14 AM
Set focus on a textfield on a repeating table happydigit Misc 0 11-24-2005 04:12 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft