Posts by kjpeissner

    Re: How to link checkbox on userform to cell in VBA


    I keep copies of everything. I just looked at the spreadsheet. I was originally on the right track. That makes me feel a bit better. Last night I found free VBA lessons. I want to learn this, so I can improve my other worksheets and streamline my processes.


    Thank you again!!!

    Re: Userform Getting Check Boxes to save


    I so agree. Skywriter's code is wonderful!


    I'm sorry. I can be very confusing. At the moment the Manage attachments is not working for me. :( Therefore, I've posted the Excel Sheet to my Google Drive. https://drive.google.com/file/…qaHRXMkU/view?usp=sharing


    You will see the checkboxes on the "Userform" and on the Excel sheet the columns that coincide. On the Userform, I need to be able to tick off more than one box, untick boxes, and save to the Excel Sheet under the appropriate column using "X".


    Thank you kindly, kelly


    Quote from Ger Plante;779484

    Kinda hard to follow what you are doing. The code that Skywriter produced in the other thread was very good, but I dont understand in what way you are trying to customize it. Can you share/add an example workbook showing what you need?

    Referencing http://www.ozgrid.com/forum/showthread.php?t=199865&page=2


    I've been using the above Userform code for eons now; however I have found I need to add check boxes to include Listserv, Cert, AAS, NDS. I've spent the day on it, and I have searched the forum.
    I know how to add checkboxes, but I can't get them to save or show up in the spreadsheet for example when ticking the checkbox it leaves an X on the spreadsheet. I need to be able to un-check them as well.


    I was trying to get the code to reference the row, but it still did not work for me, so I deleted it. I managed to corrupt the copy I had.


    I'd really appreciate it if you would help me.


    Thank you,


    Kelly

    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    I am so sorry to hear about your girlfriend. I hope all is going well for you both. Take care. kj

    Quote from skywriter;774870

    You might get a better response if you create a new thread and put a link to this thread.


    My girlfriend had surgery yesterday and I'm doing my best to take care of her right now, so my time is limited.


    Good Luck :cool:

    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    Hi,


    I've been thinking the same thing or rather a new record button would be best for me. Skywriter, the form you created has been wonderful. Thank you! Kelly Jo
    "Kearney_Paul
    [INDENT]Dear Skywriter,


    I know this post was covered a few months back and I think you are incredibly helpful! Is there a way to possibly add a "next record" and "previous record" to the UserForm you built at all? I've tried reading down through your code and made an attempt myself but it is way more advanced then I am capable of in vba at the moment unfortunately.


    If you could help in any way I'd very much appreciate it.


    Kind regards,


    Paul, Ireland"[/INDENT]

    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    This is absolutely perfect! You are the best. I can't thank you enough!! I'm going to use it in my budget ledger too. You have no idea what a improvement you have made in my life. I'm going to send you a PM









    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    I got interrupted when I was initially going to upload the revised Excel spreadsheett, so I've tried again. I think it is uploaded now. I've uploaded the revised spreadsheet. I added information the ECE page of what I've been trying to do. Please let me know if I need to be clearer. Also, I intend to use the userform for both sheets. When I need to work on HUMS with the Userform, I'll pull the tab over and make it sheet one, and then do the same with ECE when I need to work on it. :)


    Thank you kindly, kelly

    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    Of course you saw the VBA. Gees my brain is dead. I'm sorry I'm such an air head Bruce. I'll get to it first thing in the morning. It's almost 8:00 pm here adn I have to get ready for tomorrow. I'm so sorry to hold you up. Sincerely, kelly



    Quote from kjpeissner;771074

    I removed the actual data and left the headers in those two sheets. I'll send you the revised worksheet tomorrow with some data added. Was there any VBA? I figured I could move the sheet tabs and make HUMS the first sheet when I needed to use the user form and vice versa. :) I need data to populate under the headers in the sheet with the user form and be able to search by ID, and hopefully be able to delete data with the userform, edit data with the user form and exit and save using the data form. Does any of that make sense?


    I have a macro in which you can run too which should pull up my Userform. I'm just now heading home from work. I've put in almost two hours of extra tonight at the office here and I'm going cross eyed. Thank you for absolutely everything.

    Re: Excel VBA USERForm Enter, Search, Edit, Delete, Exit for Spreadsheet


    I removed the actual data and left the headers in those two sheets. I'll send you the revised worksheet tomorrow with some data added. Was there any VBA? I figured I could move the sheet tabs and make HUMS the first sheet when I needed to use the user form and vice versa. :) I need data to populate under the headers in the sheet with the user form and be able to search by ID, and hopefully be able to delete data with the userform, edit data with the user form and exit and save using the data form. Does any of that make sense?


    I have a macro in which you can run too which should pull up my Userform. I'm just now heading home from work. I've put in almost two hours of extra tonight at the office here and I'm going cross eyed. Thank you for absolutely everything.

    Hello,


    I have spent almost a week trying to get my userform to work. My eyes are really bad, and a user form will help immensely.


    The buttons enter, search, and exit work for me; however,Edit and Delete do not. I'd like to change my exit button to exit and save. The sheet's headers are ID, First Name, Last Name, Phone 1, Phone 2, Email, Address, City, State, Zip, and Notes.


    Please can anyone assist me? Here is the code which I found here and there from other spreadsheet examples:


    Command Button 1 is Enter, Command Button 2 is Search, Command Button 3 is Edit, Command Button 4 is delete, Command Button 5 is Exit