Results 1 to 10 of 22

Thread: Sending Data From User Form To First Empty Row Of Sheets

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Paul, some coding tips

    1.Preferably use the List-method to fill Combobox instead of AddItem-method

    2.Much easier way to check for user-input is to use the Tag-proprty of each object. Especially when using larger amounts of objects on your userform it's much more compact than listing them one by one.

    3.Write data in one time to sheet instead of writing them object by object.

    4.Use TypeName-properety to clear fields instead of listing them one by one and clearing.

    Remember that every line of code has to be read before execution so the less lines in your code the faster it will be executed.
    Attached Files Attached Files

Similar Threads

  1. Replies: 5
    Last Post: 07-11-2013, 07:31 AM
  2. Delete Entire Row For All Empty Cells In Column
    By johnreid7477 in forum Excel Help
    Replies: 4
    Last Post: 06-15-2013, 05:50 AM
  3. Macro sending with mailto linkup to other sheets
    By ragil.yudy in forum Excel Help
    Replies: 2
    Last Post: 10-23-2012, 02:42 PM
  4. Replies: 2
    Last Post: 09-24-2012, 11:19 PM
  5. Adding A Menu Bar To A User Form
    By Rasm in forum Excel Help
    Replies: 14
    Last Post: 05-05-2011, 04:05 AM

Posting Permissions

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