+ Reply to Thread
Results 1 to 58 of 58

Help with clinic patient userform template

  1. #1
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Help with clinic patient userform template

    Hi all
    Looking for some help if possible, I do some work for a non profitable charity organization who provide assistance for people with brain injury. they used to use an access tool for client data which was corrupted and unsaveable, I have managed to get the data and trying to create a new one in excel with ADD, EDIT, SAVE commands etc and combination of combo/list box options in the data fields.

    My hope is someone may have a similar usable template as patient data is generally standard layout, I'm ok at editing userforms but struggling to get a start on this one. Any help greatly appreciated and thanks for your time.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Do you need this tool to be simultaneous multi user or just one at a time?

    BSB

  3. #3
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi, thanks for getting back, there are three people that manage the patient information so shared would be ideal but if's easier as a single user I'll tell them that's what it is as they only have paperwork copies at the moment. I have tried so many different variations of this but nothing I feel is sufficient enought to let them start using. Thanks again.

  4. #4
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow

    Hi !

    So Excel is very not the right tool : not a database, many stuff can't work in share mode, …

    Access is far a better tool like any other database software working with multiple users.

  5. #5
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi Marc
    Totally agree access would be the tool to use but its too long since I built in access and its expensive to install on 3 pc for one tool. This is a very small staff group who use excel for most things, I will try building a userform to suit but thought I would try the forum first to see if anyone had a similar template I could build onto rather than from start.

    I appreciate your thoughts and do agree with what your saying, just not an option in this case. cheers.

  6. #6
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    I also agree that Excel is not the ideal tool for this, but it could work.

    In order to help really we need more info though.

    Do you have a list of data fields with their data types?

    Would this tool need to account for the one-to-many relationship that some databases use or would it all be one-to-one?


    BSB

  7. #7
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB, I don't have the field list with me but will send it when I get home later today. the one-to-many would be ideal but as I'm not using access have accepted its not realistic. Given they are currently manually writing the data and then typing into word they have no relational data, at least having it relating to a reference number, I can set up indexing driven from the userform feen into worksheet.

    I am new to userform and love them, ok with text fields but not comfortable on the ADD, EDIT, SAVE commands etc or combo/list box options. I'll send on the field list just in case it's doable. Any help would be a real plus then me doing it on my own. Thanks

  8. #8
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    No problem at all as I'm at work right now anyway so won't be able to look at it until later.

    Send over what you have and any details of what you need it to do and we can start building.

    BSB

  9. #9
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Very much appreciated..

  10. #10
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    I have added a sample of what I was looking for, it would need a userform 1 and 2 but if you could help me with the first one I will try and use it as leaning tool for the second one. The Userform 1 would be made up of text, combi and calendar which I hope I have provided in the sample. This would need Add, Edit, Save, Exit buttons at the bottom. I appreciate any help you can provide but have no expectations of your time so thanks again.
    Attached Files Attached Files

  11. #11
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    OK, walk me through how you envisage this working? Let's start with the "Enquiry Userform" sheet.

    There are two distinct blocks of data that need entering. Row 2 and Row 6. Would both be filled out for each record? Who do the two sets of data belong to? Patient(?) and...?

    Do you simply need a userform with all of those fields that needs filling out and the data stored in a list elsewhere in the file but with the ability to recall a record to the form, update it and overwrite the changes?

    Would you just use the Reference No to identify a record to recall?

    BSB

  12. #12
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    You have it spot on, The two blocks would be a single row of date per ref no. It only appears two to split the view on the userform if that makes sense. If its possible to load a search button to pull the data relating to that ref that would be great. Let me know if im not providing enough into. Thanks

  13. #13
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    That's all I need for now. Leave it with me.

    BSB

  14. #14
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Here's a quickly thrown together first draft. It's not pretty and needs more work, but hopefully a good starter for 10.

    Hopefully the bulk of the code is easy enough for you to follow and adapt. The date picker stuff may be a bit much if you don't know VBA yet.

    On the 'Control' sheet, click the button to open the Enquiries form.
    All the fields you had are there on the user form and you just need to fill them out.

    Clicking the 'Update/Save' button on the form will search the data on the second sheet for the reference number you enter.
    If it finds it then that row will be updated. If it doesn't then the record will be added to the bottom of the data.

    The 'Start New' button will clear the form ready to enter a new record.

    The 'Amend Button' will open an input box for you to enter a reference number. If that reference is found on the second tab then the details of that record will be recalled to the form where you can amend and save.

    The 'Exit' button will close the form, save the file and close it.

    The first row on the second sheet is used for determining which column to read from / write to. It can be hidden for the sake of neatness. I just left it visible so you could see how it works.

    Let me know if you have any questions / amendments required.

    I'm off now but will check back tomorrow.

    BSB
    Attached Files Attached Files
    Last edited by BadlySpelledBuoy; 06-10-2019 at 04:57 PM.

  15. #15
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    That looks brill and definitely what I needed, it means the first userform for enquiry is complete and I can use what you have given me to try building the members userform as its similar. Genuinely can't thank you enough for your time and skills on this and that thanks also comes from the charity who provide this help for people with brain injury as well who are managing all this data manually at the moment.

    May need to raise a new post to ask your help if I get stuck but only worst case. Thanks again.

  16. #16
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Very happy I could help and more than happy to help further if need be.

    I think it still needs some work to stop things like accidentally overwriting records if you key in a reference number incorrectly, but I ran out of time last night.

    If you do need more assistance on this project then you can use this thread rather than start a new one. I'll get a notification that way and will jump back in as soon as possible.

    Good luck with it.

    BSB

  17. #17
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Thanks again sincerely.

  18. #18
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    Been trying to fix this myself but making it worse I think, I have added data for testing and its not pulling through the prost codes. When I look at the tab order it has the tbAddress3_1 and tbAddress3_2 but these don't show on the userform so I'm assuming its confused with tbPostcod_1 and _2

    As I say, tired fixing it before pestering you with it but not quite getting it. could you have a look at the sample you sent me and see if its just a missing in the properties? thanks

  19. #19
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Ooops! My bad!

    Fixed in the attached version.

    BSB.
    Attached Files Attached Files

  20. #20
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Great, picking up everything now thanks....

  21. #21
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    No problem.

    How are you getting on with the other form?

    BSB

  22. #22
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Haven't started it yet as it's pretty much the same as the one you done for me so I plan to just create another userform and amend as needed. I know what you mean about the validations as I've entered a few mistakes and not always sure how to resolve. Can I ask you one more thing re the Exit button? Can I have this set to take it back to the workbook rather than close it? I plan to have everything run of a dashboard as there is a lot data to manage and this will only be the client userform so it would be a anther button to open the Carer's data etc. If you could change the detail below I''ll drop it in. Thanks again.

    Private Sub butExit_Click()
    'CLOSE USERFORM
    Unload Me
    'SAVE AND CLOSE WORKBOOK
    With ThisWorkbook
    .Save
    .Close
    End With
    End Sub

  23. #23
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    If you just want to go back to the workbook then get rid of the bit from With ThisWorkbook down to End With.
    Please Login or Register  to view this content.
    That will just unload the form.

    As for the validation, there are ways around that. You could have it compare some other details when it looks for the reference number. For example it looks for the ref and finds it's but before it writes data over that it checks to see if the surname is the same and throws up a warning if it's not.

    Or you could have the tool auto generate the reference numbers so there's no chance anyone can type the wrong one in. May not be feasible depending on how you generate your refs already.

    Also, going back to the very beginning of this thread, perhaps you could use Runtime Access (rather than the full paid for Access) and have the data pour into a database table rather than stored in this workbook. That way you could give a copy of the Excel 'front end' to multi users and by utilising an Access 'back end' you could have simultaneous multi user capabilities without the need to make it a shared workbook (and suffer all the issues that comes with).
    Just a thought...


    BSB

  24. #24
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    That worked on the closing, great.
    Will look at the access datatool for the future but I'll need to look into as I don't know how to set it up. Thanks again for all your help.

  25. #25
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Need to akk another one i'm afraid BSB, I'm trying to add the cbConditions drop down option to the user form, I have added it but it doesn't provide the DataVal list likes the one you set up. Am I missing something? I added a column in the data spreadsheet cbConditions after cbAccommodation but when there is no dropdown when adding a new client.

    Hope its an easy one.

  26. #26
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Can you attach your current file?

    Is there a list to go in the Conditions combobox?

    BSB

  27. #27
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    I have added all the client data but I could take it out and send a blank, is that ok?

  28. #28
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Yes that will be fine.
    I can then show you what to change and you can do that in the one with all the data.

    BSB

  29. #29
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Thanks, the conditions should be on the one you put together in the DataVal spreadsheet but I have listed below just in case.
    Conditions
    Fits
    Seizures
    Blackouts
    None
    Other (add to notes)
    Attached Files Attached Files

  30. #30
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Should have mentioned, the lists in the column drop downs will change, I had just added some to go through showing them something to ask if it works ok. Don't think this is a problem as I tried adding and changing the one you entered for me but mine didn't work.
    Thanks.

  31. #31
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Sorry for the delay, was cooking dinner.

    You need to add the line in red below to the UserForm initialize event. It will apply the list of values to the Conditions drop down.
    If you need to make changes to the list that's no problem, just add/amend/remove from the Conditions table on the DataVal sheet and it'll be taken care of.
    Please Login or Register  to view this content.
    BSB

  32. #32
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Works a treat, so many thanks I owe you..

  33. #33
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    No problem at all. Happy to help

    BSB

  34. #34
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    onder if you could help me with this one, I loaded the file into the server in Headway but it won't open the buttons! seems to load ok but when I try to Edit it comes up with the attached error. Thought it might be just a single PC but its the same on all 3 running from the server. The PC's are ob Win 8.1, do think it could be that?
    Attached Images Attached Images

  35. #35
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    Not sure if you got the mail I sent as Im not sure how to send it to only you. I am trying to install the tool you put together on Win 8.1 and it doesn't the Command Button Class doesn't seem to like it. I thought it may be a different version of excel as I use 365 but it works on 2016 ok so should be ok. Anything showing on the screen shot I took that you can see relating to the failure?

    Thanks.

  36. #36
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    Need your help on a command button issue preventing the userform to run them. Thanks

  37. #37
    Forum Expert nigelog's Avatar
    Join Date
    12-14-2007
    Location
    Cork, Ireland
    MS-Off Ver
    Office 365 Windows 10
    Posts
    2,286

    Re: Help with clinic patient userform template

    Hi
    I took a look through your last attached file "sample" and note that the command button class refers to a "datepicker control". Is this available on the server??

  38. #38
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    No it's not, is that why I can get in on my laptop but not the office PC's? makes sense my friend, thanks for that.

  39. #39
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    The file has no date picker control involved at all. It's simply a UserForm designed to act like a date picker control. In theory it should work on any machine with Excel installed.

    Your post above (#34) mentions an error but the screen grab shows no info on which error you're getting or which line of code is causing it.
    Could you give more info?

    The folder you have the file in may not be recognised by your network as a 'trusted location'. If that's the case then you may be prompted to enable macros when opening the file. If you don't do that then nothing will work. If it allows you to then do that and see what happens.

    If you still have issues then you may need to have a chat with your network admin.

    BSB

  40. #40
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    Thanks for getting back, can't seem to get a screendump with the error, it says Compile Error: Can't find project or library. The highlighted vba error is

    Please Login or Register  to view this content.
    Works fine on my laptop, I loaded into 3 PC's and they don't use a server just a external shared hard drive, I tried it on my work PC and it gave me the same error. Hope the error tells you something I'm missing, let me know if you have any thoughts. Thanks

  41. #41
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow

    (cleared as misread, my bad)

  42. #42
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    I don't know enough about your computer setup or your Excel install to be able to work out why the code doesn't work for you I'm afraid.

    If you press F8 does it get past that line of code? If so then keep pressing F8 to step through line by line and see which line it stops at then.

    You could get rid of the date picker userform altogether and have the users type in a date.
    It can be a little more work because you have to write code to validate the entries (which is why I added the date picker in the first place) but it can be done.

    BSB

  43. #43
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    I think it might be the MS date and time picker needs ticked in the tools options, worst case scenario I'll make it a type in date? Can you tell me what to remove to do that without impacting anything else? thanks

  44. #44
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Meant to say, I'll try the F8 option to see where it stops. thanks

  45. #45
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Quote Originally Posted by JNEWMAN View Post
    I think it might be the MS date and time picker needs ticked in the tools options
    It's not that, I promise. There is no built in date picker involved in this at all. The calendar that pops up is a custom one that I built, is nothing more than a userform and has NO involvement at all with date pickers other than the name I gave it...

    Quote Originally Posted by JNEWMAN View Post
    Meant to say, I'll try the F8 option to see where it stops. thanks
    Let's see what the outcome of this is before we go down the route of removing the calendar and validating a manually typed date.

    BSB

  46. #46
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    I see what you mean on the calendar, as I saw the custom one built in so I'll rule that out. Let you know how it goes. Thanks

  47. #47
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    I tried using F8 on the script on the command button error but it still only brings up the error below, not sure what to change on the PC's it doesn't work on. I know its not your app thats causing the issue as it works fine on mine and appreciate its difficult for you to know whats causing it not seeing a pc it doesn't work on. Error.jpg

    If you can think of anything let me know but I'll work around something I'm sure. Thanks

  48. #48
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Open the VB Editor (Alt+F11) then go to "Tools / References". A window will pop up with a list of reference files. Have a look through that and see if any are ticked but say "Missing" next to them.

    BSB

  49. #49
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Gave that try BSB, It shows MISSING: Microsoft Windows Common Controls-2 6.0 (SP6)
    Which appears to be the MSCOMCT2.OCX that shows if you don't load it to use the calendar, but as you have added a calendar I can't think why it would look for it to be downloaded.

  50. #50
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    If you take the tick out of that one, save the file, close Excel then re-open the file, does it work then?

    BSB

  51. #51
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    YES, thats it good to go. Thanks again

  52. #52
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    No probs. Glad we got there in the end

    BSB

  53. #53
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Feels good to get it working after your time building it Brill.

  54. #54
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    A joint effort!

    I still think it would work better with a database back end to hold the data....

    BSB

  55. #55
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Totally agree but don't think I could support it for them.

  56. #56
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Help with clinic patient userform template

    Fair enough.

    Good luck with it and shout if you need more help.

    BSB

  57. #57
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    Is there anyway I can convert the XLM in the tool you put together? it's stopping it being shareable. Worse case scenario they will need to just access it individually but thought I would ask. Thanks

  58. #58
    Forum Contributor
    Join Date
    04-22-2015
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    171

    Re: Help with clinic patient userform template

    Hi BSB
    IS there anyway I can make the the userform you helped me with a shared tool? I have tried going through different routes but not finding a resolve. Possibly not doable as its telling me it can't work with XML but thought I would ask.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Template - 1 year calendar in Userform
    By alexgoaga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-05-2018, 02:49 AM
  2. Combining my userform with a userform template - 'find' and 'amend' feature
    By excelconditional in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2017, 04:13 AM
  3. Replies: 1
    Last Post: 04-30-2015, 12:19 AM
  4. Replies: 5
    Last Post: 04-28-2015, 10:38 PM
  5. USERFORM - Issues Log Template
    By kaurka in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-26-2013, 09:50 AM
  6. Launch template without userform
    By kemp in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-14-2012, 09:48 AM
  7. Userform template/api
    By kurb in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-03-2005, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1